Evaluator fixes/enhancements + tests

This commit is contained in:
odain
2025-09-05 15:21:15 +02:00
parent 11f142b782
commit 7e7b5874a6
7 changed files with 164 additions and 93 deletions

View File

@@ -27,7 +27,7 @@ class ModuleFileReaderTest extends ItopDataTestCase
$this->assertEquals('Bridge - Request management ITIL + Incident management ITIL', $aRes[2]['label'] ?? null);
}
/*public function testAllReadModuleFileConfiguration()
public function testAllReadModuleFileConfiguration()
{
$_SERVER=[
'SERVER_NAME' => 'titi'
@@ -54,7 +54,7 @@ class ModuleFileReaderTest extends ItopDataTestCase
}
$this->assertEquals([], $aErrors, var_export($aErrors, true));
}*/
}
public static function ReadModuleFileConfigurationFileNameProvider()
{