From c9080de1c51f3d5a4732e52ba6d5b9fab63b6f12 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 14 Feb 2014 19:21:47 +0100 Subject: [PATCH] I dont want to know how this could have work before --- tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php b/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php index b7872d3d81..83ad320264 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/SetupTest.php @@ -15,6 +15,8 @@ class SetupTest extends \Silex\WebTestCase public function setUp() { + parent::setUp(); + // set test environment $environment = 'test'; $this->app = require __DIR__ . '/../../../../../lib/Alchemy/Phrasea/Application/Root.php';