diff --git a/test/integration/iTopXmlVersionChecklistTest.php b/test/integration/iTopXmlVersionChecklistTest.php new file mode 100644 index 000000000..de0b325a1 --- /dev/null +++ b/test/integration/iTopXmlVersionChecklistTest.php @@ -0,0 +1,60 @@ +assertSame($sXMLVersion, $sCoreVersion, "XML datamodel version ($sXMLVersion) is not aligned with the app. core version ($sCoreVersion)"); + } +}