From 8114f7573a6216010f5b655248968e47e37ee8cc Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 5 Nov 2021 19:03:00 +0100 Subject: [PATCH] CI test --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index d3492010..7e992a81 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -13,5 +13,5 @@ // Bootstrap Easy!Appointments PHPUnit Tests -require_once __DIR__ . '/../config.php'; +// require_once __DIR__ . '/../config.php'; require_once __DIR__ . '/../vendor/autoload.php';