From cbac4401417264c3a63bb38fa7018de1fcf6da5e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Aug 2018 15:34:49 +0200 Subject: [PATCH] Fix vendor path --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 93566f30a..f119c9435 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,7 @@ ini_set('memory_limit', '2048M'); -require_once __DIR__ . 'vendor/autoload.php'; +require_once 'vendor/autoload.php'; require_once __DIR__ . '/../Autoloader.php'; use phpOMS\DataStorage\Session\HttpSession;