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

Commit e721ebf

Browse files
lsmith77wouterj
authored andcommitted
fix issues with conflicting container instances
Conflicts: composer.json
1 parent 9386c69 commit e721ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/WebTest/RedirectTest.php

+2-1
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';

0 commit comments

Comments
 (0)