mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°5608 - Use new ItopTestCase::RequireOnceXXX in unit tests
This commit is contained in:
@@ -10,8 +10,8 @@ class WeeklyScheduledProcessTest extends ItopTestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
require_once(APPROOT.'core/backgroundprocess.inc.php');
|
||||
require_once(APPROOT.'tests/php-unit-tests/unitary-tests/core/WeeklyScheduledProcessMockConfig.php');
|
||||
$this->RequireOnceItopFile('core/backgroundprocess.inc.php');
|
||||
$this->RequireOnceUnitTestFile('./WeeklyScheduledProcessMockConfig.php');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user