N°5608 - Fix some broken require paths since move/rename

This commit is contained in:
Molkobain
2022-10-14 23:07:19 +02:00
parent 87cb73c038
commit 6136eadd31
9 changed files with 27 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ class WeeklyScheduledProcessTest extends ItopTestCase
{
parent::setUp();
require_once(APPROOT.'core/backgroundprocess.inc.php');
require_once(APPROOT.'tests/core/WeeklyScheduledProcessMockConfig.php');
require_once(APPROOT.'tests/php-unit-tests/unitary-tests/core/WeeklyScheduledProcessMockConfig.php');
}