From 79e9714c745c5e611945e30e60f7e563fdc922bc Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 19 Jan 2018 23:19:50 +0100 Subject: Fix for Diactoros in legacy feature tests --- tests/Feature/Model/LogEntriesModelTest.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tests/Feature/Model/LogEntriesModelTest.php') diff --git a/tests/Feature/Model/LogEntriesModelTest.php b/tests/Feature/Model/LogEntriesModelTest.php index 036f5692..c032a94c 100644 --- a/tests/Feature/Model/LogEntriesModelTest.php +++ b/tests/Feature/Model/LogEntriesModelTest.php @@ -2,16 +2,11 @@ namespace Engelsystem\Test\Feature\Model; -use PHPUnit\Framework\TestCase; +use Engelsystem\Test\Feature\ApplicationFeatureTest; use Psr\Log\LogLevel; -class LogEntriesModelTest extends TestCase +class LogEntriesModelTest extends ApplicationFeatureTest { - public static function setUpBeforeClass() - { - require_once __DIR__ . '/../../../includes/engelsystem.php'; - } - public function testCreateLogEntry() { LogEntries_clear_all(); -- cgit v1.2.3-54-g00ecf