mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5608 - Move/rename "status" unit tests to match their counterpart location/name
This commit is contained in:
@@ -38,7 +38,7 @@ class StatusIncTest extends TestCase {
|
||||
{
|
||||
//AppRoot is the directory containing the directory
|
||||
//Assume getcwd() is runned inside APPROOT/test
|
||||
$this->sAppRoot = __DIR__.'/../../../../sources/application/status';
|
||||
$this->sAppRoot = __DIR__.'/../../../../../../sources/application/status';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// Include status functions
|
||||
// Important: We can't use the APPROOT constant here as the current script will be executed via the PHP exec() function which won't have it loaded yet.
|
||||
require_once __DIR__.'/../../../../sources/application/status/status.inc.php';
|
||||
require_once __DIR__.'/../../../../../../sources/application/status/status.inc.php';
|
||||
|
||||
// Do check Status
|
||||
try
|
||||
Reference in New Issue
Block a user