diff --git a/test/ItopTestCase.php b/test/ItopTestCase.php index 0cd67ceee5..943757a634 100644 --- a/test/ItopTestCase.php +++ b/test/ItopTestCase.php @@ -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");