We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e70c8 commit 571fe59Copy full SHA for 571fe59
1 file changed
tests/bootstrap.php
@@ -33,15 +33,10 @@
33
34
use function Safe\define;
35
36
-define('TU_USER', 'glpi');
37
-define('TU_PASS', 'glpi');
38
define('GLPI_LOG_DIR', __DIR__ . '/files/_logs');
39
40
-require_once __DIR__ . '/../../../tests/src/GLPITestCase.php';
41
-require_once __DIR__ . '/../../../tests/src/DbTestCase.php';
42
require_once __DIR__ . '/../../../tests/bootstrap.php';
43
require_once __DIR__ . '/../vendor/autoload.php';
44
-require_once __DIR__ . '/MoreOptionsTestCase.php';
45
46
if (!Plugin::isPluginActive('moreoptions')) {
47
throw new RuntimeException('Plugin moreoptions is not active in the test database');
0 commit comments