diff options
Diffstat (limited to 'tests/Feature/Model/LogEntriesModelTest.php')
-rw-r--r-- | tests/Feature/Model/LogEntriesModelTest.php | 9 |
1 files changed, 2 insertions, 7 deletions
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(); |