From aed9ec74a51addaa9a8e8692bc93b1b8d796dee1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Aug 2018 16:43:49 +0200 Subject: [PATCH] Fix test files --- tests/Bootstrap.php | 3 ++- tests/phpunit_no_coverage.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 348ecd78c..5b6876689 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,8 @@ ini_set('memory_limit', '2048M'); -require_once 'vendor/autoload.php'; +include_once 'vendor/autoload.php'; +include_once '../../vendor/autoload.php'; require_once __DIR__ . '/../Autoloader.php'; use phpOMS\DataStorage\Session\HttpSession; diff --git a/tests/phpunit_no_coverage.xml b/tests/phpunit_no_coverage.xml index 743d2f4dd..e8f0f9508 100644 --- a/tests/phpunit_no_coverage.xml +++ b/tests/phpunit_no_coverage.xml @@ -10,13 +10,13 @@ > - ../* + .* Module/ModuleManagerTest.php - ../* + .* ../* ../*