Skip to content

Commit 571fe59

Browse files
committed
Implement suggestions
1 parent 88e70c8 commit 571fe59

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/bootstrap.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,10 @@
3333

3434
use function Safe\define;
3535

36-
define('TU_USER', 'glpi');
37-
define('TU_PASS', 'glpi');
3836
define('GLPI_LOG_DIR', __DIR__ . '/files/_logs');
3937

40-
require_once __DIR__ . '/../../../tests/src/GLPITestCase.php';
41-
require_once __DIR__ . '/../../../tests/src/DbTestCase.php';
4238
require_once __DIR__ . '/../../../tests/bootstrap.php';
4339
require_once __DIR__ . '/../vendor/autoload.php';
44-
require_once __DIR__ . '/MoreOptionsTestCase.php';
4540

4641
if (!Plugin::isPluginActive('moreoptions')) {
4742
throw new RuntimeException('Plugin moreoptions is not active in the test database');

0 commit comments

Comments
 (0)