From 74cf8d1e69721fd0aaf003b620d47288c8a37222 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Thu, 2 Jan 2020 14:14:03 +0100 Subject: Metrics: Added controller feature test --- tests/Feature/ApplicationFeatureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Feature/ApplicationFeatureTest.php') diff --git a/tests/Feature/ApplicationFeatureTest.php b/tests/Feature/ApplicationFeatureTest.php index 3cd8b376..6ac42bce 100644 --- a/tests/Feature/ApplicationFeatureTest.php +++ b/tests/Feature/ApplicationFeatureTest.php @@ -9,6 +9,6 @@ abstract class ApplicationFeatureTest extends TestCase public static function setUpBeforeClass(): void { $_SERVER['HTTP_HOST'] = 'foo.bar'; - require_once __DIR__ . '/../../includes/engelsystem.php'; + require __DIR__ . '/../../includes/engelsystem.php'; } } -- cgit v1.2.3-54-g00ecf