File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,22 @@ class ViewResponseListenerTest extends \PHPUnit_Framework_TestCase
2828 /**
2929 * @var \FOS\RestBundle\EventListener\ViewResponseListener
3030 */
31- private $ listener ;
31+ public $ listener ;
3232
3333 /**
3434 * @var \Symfony\Component\DependencyInjection\Container|\PHPUnit_Framework_MockObject_MockObject
3535 */
36- private $ container ;
36+ public $ container ;
3737
3838 /**
3939 * @var \FOS\RestBundle\View\ViewHandlerInterface|\PHPUnit_Framework_MockObject_MockObject
4040 */
41- private $ viewHandler ;
41+ public $ viewHandler ;
4242
4343 /**
4444 * @var \Symfony\Bundle\FrameworkBundle\Templating\EngineInterface|\PHPUnit_Framework_MockObject_MockObject
4545 */
46- private $ templating ;
46+ public $ templating ;
4747
4848 /**
4949 * @param Request $request
You can’t perform that action at this time.
0 commit comments