Code conventions

This commit is contained in:
Molkobain
2021-09-21 16:44:26 +02:00
parent b6bd7fe400
commit 0dc95f93a9
3 changed files with 4 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ class ExceptionLogTest extends ItopDataTestCase
foreach ($aLevels as $i => $sLevel) {
$sExpectedFile=__FILE__;
$sExpectedFile = __FILE__;
$oException = new $aExceptions[$i]("Iteration number $i"); $sExpectedLine = __LINE__; //Both should remain on the same line
$iExpectedWriteNumber = $aExpectedWriteNumber[$i];