enhance phpunit test messages in case of failure

This commit is contained in:
odain
2020-08-04 14:11:52 +02:00
parent 4f04031183
commit 56e2f63385
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ class iTopModulesPhpVersionChecklistTest extends ItopTestCase
$matches
);
$this->assertSame($sExpectedVersion, $matches[1]);
$this->assertSame($sExpectedVersion, $matches[1], "$sPhpFile file refer does not refer to current itop version ($matches[1] instead of expected $sExpectedVersion)");
}
public function DatamodelItopXmlVersionProvider()