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
- ../*
+ .*
../*
../*