Code review: Fix code conventions

This commit is contained in:
Molkobain
2021-09-16 14:53:40 +02:00
parent 4b6db53e84
commit 6271a33fdb
2 changed files with 17 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ class ExceptionLogTest extends ItopDataTestCase
ExceptionLog::FromException($oException, $aContext, $sLevel);
$oExpectedLastEventIssue = $this->InvokeNonPublicStaticMethod('ExceptionLog', 'getLastEventIssue', []);
$oExpectedLastEventIssue = $this->InvokeNonPublicStaticMethod('ExceptionLog', 'GetLastEventIssue', []);
if (0 == $iExpectedDbWriteNumber) {
$this->assertNull($oExpectedLastEventIssue);