N°5608 - Fix unit tests following restructuring Part III

* Missed a usage of "use_legacy_search" conf param on the last commit
* Fix log tests which didn't moved correctly from Git PoV 😕
This commit is contained in:
Molkobain
2023-01-10 21:04:29 +01:00
parent bcf880f327
commit 7f37de777e
4 changed files with 1 additions and 305 deletions

View File

@@ -32,7 +32,7 @@ class LogFileNameBuilderTest extends ItopTestCase
{
parent::setUp();
require_once APPROOT.'core/log.class.inc.php';
$this->RequireOnceItopFile('core/log.class.inc.php');
}
protected function tearDown(): void