Skip to content

Commit 17b87ea

Browse files
committed
tweak test setup.
1 parent 9873041 commit 17b87ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class TestCase extends Silex\WebTestCase {
99
*/
1010
public function setUp()
1111
{
12-
$this->client = $this->createClient();
13-
1412
parent::setUp();
13+
14+
$this->client = $this->createClient();
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)