mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 23:18:43 +02:00
N°2439 Add real autoloader for framework files (not modules)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user