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

Commit

Permalink
fix issues with conflicting container instances
Browse files Browse the repository at this point in the history
Conflicts:
	composer.json
  • Loading branch information
lsmith77 authored and wouterj committed Oct 28, 2015
1 parent 9386c69 commit e721ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/WebTest/RedirectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ class RedirectTest extends BaseTestCase
{
public function setUp(array $options = array(), $routebase = null)
{
parent::setUp($options, $routebase);
$this->client = $this->createClient();

parent::setUp($options, $routebase);

$article = new SeoArticle();
$article->title = 'SEO Article';
$article->path = '/test/article-1';
Expand Down

0 comments on commit e721ebf

Please sign in to comment.