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 21
21
"symfony/security-bundle" : " ^2.8 || ^3.3 || ^4.0" ,
22
22
"symfony/phpunit-bridge" : " ^3.3 || ^4.0" ,
23
23
"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 " ,
26
26
"doctrine/dbal" : " 2.5.*" ,
27
27
"doctrine/phpcr-odm" : " ^1.4|^2.0 " ,
28
28
"symfony/browser-kit" : " ^2.8 || ^3.3 || ^4.0" ,
Original file line number Diff line number Diff line change 21
21
class PublishWorkflowCheckerTest extends \PHPUnit_Framework_TestCase
22
22
{
23
23
private $ publishWorkflowChecker ;
24
+
24
25
private $ role ;
26
+
25
27
private $ document ;
28
+
26
29
private $ accessDecisionManager ;
30
+
27
31
private $ authorizationChecker ;
32
+
28
33
private $ tokenStorage ;
29
34
30
35
public function setUp ()
Original file line number Diff line number Diff line change 23
23
class CmfHelperTest extends \PHPUnit_Framework_TestCase
24
24
{
25
25
private $ pwc ;
26
+
26
27
private $ managerRegistry ;
28
+
27
29
private $ manager ;
30
+
28
31
private $ uow ;
32
+
29
33
/**
30
34
* @var CmfHelper
31
35
*/
Original file line number Diff line number Diff line change 17
17
class CmfExtensionTest extends \PHPUnit_Framework_TestCase
18
18
{
19
19
private $ cmfHelper ;
20
+
20
21
/**
21
22
* @var \Twig_Environment
22
23
*/
You can’t perform that action at this time.
0 commit comments