From c3dd79ce7beb582ee70651247aecfc01e7317803 Mon Sep 17 00:00:00 2001 From: Helmut Januschka Date: Fri, 3 Aug 2018 11:58:40 +0200 Subject: [PATCH] fix --- tests/phpunit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index 8977b53..0807498 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -7,7 +7,7 @@ namespace UNT; - +require_once(__DIR__ . "/../../vendor/autoload.php"); # Fake ENV define('KRN_HOST_API', 'test-api.krone.at'); define('WP_HOME', 'test-www.krone.at');