N°5608 - Move/rename "status" unit tests to match their counterpart location/name

This commit is contained in:
Molkobain
2022-10-15 21:10:41 +02:00
parent 6136eadd31
commit bb674fb873
3 changed files with 2 additions and 2 deletions

View File

@@ -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';
}
/**

View File

@@ -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