mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8796 - fix ci jo regression due to code style formatting
This commit is contained in:
@@ -68,7 +68,7 @@ class ExceptionLogTest extends ItopDataTestCase
|
||||
$sExpectedFile = __FILE__;
|
||||
// @formatter:off
|
||||
$oException = new $aExceptions[$i]("Iteration number $i");
|
||||
$sExpectedLine = __LINE__; //Both should remain on the same line
|
||||
$sExpectedLine = __LINE__-1; //Both should remain on the same line
|
||||
// @formatter:on
|
||||
|
||||
$iExpectedWriteNumber = $aExpectedWriteNumber[$i];
|
||||
|
||||
Reference in New Issue
Block a user