Fix unit test to be used in the ITSM Designer (Shame shame shame 🔔🙈)

This commit is contained in:
Molkobain
2019-07-31 11:41:34 +02:00
parent 286374fe7c
commit 15f9f79a24

View File

@@ -37,6 +37,10 @@ class ItopTestCase extends TestCase
@include_once '../../approot.inc.php';
@include_once '../../../approot.inc.php';
@include_once '../../../../approot.inc.php';
@include_once '../../../../../approot.inc.php';
@include_once '../../../../../../approot.inc.php';
@include_once '../../../../../../../approot.inc.php';
@include_once '../../../../../../../../approot.inc.php';
$this->debug("\n----------\n---------- ".$this->getName()."\n----------\n");