From 9e894bc41c732bb80651f1c0bc8ae6e45b554b87 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Fri, 21 Nov 2014 10:21:26 +0100 Subject: [PATCH] Fixed ControllerRepositoryTest using real DB --- tests/ControllerRepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ControllerRepositoryTest.php b/tests/ControllerRepositoryTest.php index 218472dd..e9ca7063 100644 --- a/tests/ControllerRepositoryTest.php +++ b/tests/ControllerRepositoryTest.php @@ -3,7 +3,7 @@ namespace Szurubooru\Tests; use Szurubooru\Injector; use Szurubooru\Tests\AbstractTestCase; -final class ControllerRepositoryTest extends AbstractTestCase +final class ControllerRepositoryTest extends AbstractDatabaseTestCase { public function testInjection() {