Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 0859f48

Browse files
committed
fix issues with conflicting container instances
1 parent cc990f3 commit 0859f48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tests/WebTest/RedirectTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ class RedirectTest extends BaseTestCase
1919
{
2020
public function setUp(array $options = array(), $routebase = null)
2121
{
22-
parent::setUp($options, $routebase);
2322
$this->client = $this->createClient();
2423

24+
parent::setUp($options, $routebase);
25+
2526
$article = new SeoArticle();
2627
$article->title = 'SEO Article';
2728
$article->path = '/test/article-1';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jms/metadata": "1.5.*"
2121
},
2222
"require-dev": {
23-
"symfony-cmf/testing": "~1.2,>=1.2.6",
23+
"symfony-cmf/testing": "dev-fix_container_creation as 1.2.7",
2424
"symfony/yaml": "~2.1",
2525
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2626
"matthiasnoback/symfony-config-test": "0.*",

0 commit comments

Comments
 (0)