From 4eafacfefcfb1432e30238a874fc0dc8154ef1d0 Mon Sep 17 00:00:00 2001 From: Curtis Conard Date: Fri, 12 Apr 2024 20:57:31 -0400 Subject: [PATCH] shouldnt set config dir --- tests/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e9f91ab..fc7dc6f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -2,7 +2,6 @@ global $CFG_GLPI; define('GLPI_ROOT', dirname(dirname(dirname(__DIR__)))); -define("GLPI_CONFIG_DIR", GLPI_ROOT . "/tests"); if (file_exists("vendor/autoload.php")) { require_once "vendor/autoload.php";