Skip to content

Commit 446c92b

Browse files
use RC versions of cmf packages (#251)
* use RC versions of cmf packages * Apply fixes from StyleCI (#252) [ci skip] [skip ci]
1 parent dfba976 commit 446c92b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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",

tests/Unit/PublishWorkflow/PublishWorkflowCheckerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@
2121
class 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()

tests/Unit/Templating/Helper/CmfHelperTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@
2323
class 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
*/

tests/Unit/Twig/Extension/CmfExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
class CmfExtensionTest extends \PHPUnit_Framework_TestCase
1818
{
1919
private $cmfHelper;
20+
2021
/**
2122
* @var \Twig_Environment
2223
*/

0 commit comments

Comments
 (0)