Skip to content

Commit 1b1a033

Browse files
committed
Fix units tests
1 parent 0af8de7 commit 1b1a033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
define('GLPI_LOG_DIR', __DIR__ . '/files/_logs');
3939

40-
require_once __DIR__ . '/../../../tests/GLPITestCase.php';
41-
require_once __DIR__ . '/../../../tests/DbTestCase.php';
40+
require_once __DIR__ . '/../../../phpunits/GLPITestCase.php';
41+
require_once __DIR__ . '/../../../phpunits/DbTestCase.php';
4242
require_once __DIR__ . '/../../../vendor/autoload.php';
4343
require_once __DIR__ . '/MoreOptionsTestCase.php';
4444

0 commit comments

Comments
 (0)