File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2121 "symfony/security-bundle" : " ^2.8 || ^3.3 || ^4.0" ,
2222 "symfony/phpunit-bridge" : " ^3.3 || ^4.0" ,
2323 "mockery/mockery" : " ^0.9.4" ,
24- "symfony-cmf/routing-bundle" : " ^2.0 " ,
25- "symfony-cmf/testing" : " ^2.1" ,
24+ "symfony-cmf/routing-bundle" : " ^2.1.0-RC1 " ,
25+ "symfony-cmf/testing" : " ^2.1.0-RC1 " ,
2626 "doctrine/dbal" : " 2.5.*" ,
2727 "doctrine/phpcr-odm" : " ^1.4|^2.0 " ,
2828 "symfony/browser-kit" : " ^2.8 || ^3.3 || ^4.0" ,
Original file line number Diff line number Diff line change 2121class PublishWorkflowCheckerTest extends \PHPUnit_Framework_TestCase
2222{
2323 private $ publishWorkflowChecker ;
24+
2425 private $ role ;
26+
2527 private $ document ;
28+
2629 private $ accessDecisionManager ;
30+
2731 private $ authorizationChecker ;
32+
2833 private $ tokenStorage ;
2934
3035 public function setUp ()
Original file line number Diff line number Diff line change 2323class CmfHelperTest extends \PHPUnit_Framework_TestCase
2424{
2525 private $ pwc ;
26+
2627 private $ managerRegistry ;
28+
2729 private $ manager ;
30+
2831 private $ uow ;
32+
2933 /**
3034 * @var CmfHelper
3135 */
Original file line number Diff line number Diff line change 1717class CmfExtensionTest extends \PHPUnit_Framework_TestCase
1818{
1919 private $ cmfHelper ;
20+
2021 /**
2122 * @var \Twig_Environment
2223 */
You can’t perform that action at this time.
0 commit comments