N°9144 - setup robustness

This commit is contained in:
odain
2026-05-05 16:46:49 +02:00
parent 99a5b47899
commit 73ebf663d6
5 changed files with 29 additions and 17 deletions

View File

@@ -159,6 +159,11 @@ abstract class StepSequencer
file_put_contents(APPROOT.'log/'.$sFileName.'.xml', $sSafeXml);
}
/**
* @return \Config
* @throws \ConfigException
* @throws \CoreException
*/
protected function GetConfig()
{
if (! is_null($this->oTestConfig)) {