mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
enhance phpunit test messages in case of failure
This commit is contained in:
@@ -57,7 +57,7 @@ class iTopModulesXmlVersionChecklistTest extends ItopTestCase
|
||||
$matches
|
||||
);
|
||||
|
||||
$this->assertSame($sExpectedXmlVersion, $matches[1]);
|
||||
$this->assertSame($sExpectedXmlVersion, $matches[1], "$sXmlFile file refer does not refer to current itop version ($matches[1] instead of expected $sExpectedXmlVersion)");
|
||||
}
|
||||
|
||||
public function DatamodelItopXmlVersionProvider()
|
||||
|
||||
Reference in New Issue
Block a user