Skip to content

Commit 49a41c0

Browse files
committed
fixed issues with newest testing component version
1 parent 17577b0 commit 49a41c0

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ matrix:
3434
env: SYMFONY_VERSION=2.8.*
3535
- php: 5.6
3636
env: SYMFONY_VERSION=3.0.*@dev
37+
- php: nightly
3738

3839
before_install:
3940
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi

Tests/WebTest/RedirectRouteAdminTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717

1818
class RedirectRouteAdminTest extends BaseTestCase
1919
{
20-
/**
21-
* @var \Symfony\Bundle\FrameworkBundle\Client
22-
*/
23-
private $client;
24-
2520
public function setUp()
2621
{
2722
$this->db('PHPCR')->loadFixtures(array(

Tests/WebTest/RouteAdminTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717

1818
class RouteAdminTest extends BaseTestCase
1919
{
20-
/**
21-
* @var \Symfony\Bundle\FrameworkBundle\Client
22-
*/
23-
private $client;
24-
2520
public function setUp()
2621
{
2722
$this->db('PHPCR')->loadFixtures(array(

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"require-dev": {
2222
"symfony-cmf/core-bundle": "~1.1",
23-
"symfony-cmf/testing": "dev-phpcr_odm_1_3 as 1.3.0",
23+
"symfony-cmf/testing": "~1.2,>=1.2.7",
24+
"doctrine/phpcr-odm": "~1.3",
2425
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2526
"matthiasnoback/symfony-config-test": "0.*",
2627
"phpunit/php-code-coverage": "@stable",

0 commit comments

Comments
 (0)