N°2439 Add real autoloader for framework files (not modules)

This commit is contained in:
Molkobain
2019-08-13 13:46:19 +02:00
parent 83e3321a48
commit ec09589646
55 changed files with 95 additions and 71 deletions

View File

@@ -33,14 +33,14 @@ class ItopTestCase extends TestCase
{
protected function setUp()
{
@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';
@include_once '../../../../../../../../approot.inc.php';
@include_once '../bootstrap.inc.php';
@include_once '../../bootstrap.inc.php';
@include_once '../../../bootstrap.inc.php';
@include_once '../../../../bootstrap.inc.php';
@include_once '../../../../../bootstrap.inc.php';
@include_once '../../../../../../bootstrap.inc.php';
@include_once '../../../../../../../bootstrap.inc.php';
@include_once '../../../../../../../../bootstrap.inc.php';
$this->debug("\n----------\n---------- ".$this->getName()."\n----------\n");