From f9b905403d83e7fcaadcebf454dc3341fbbbc9e5 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 10 Nov 2020 10:33:22 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03389=20-=20Add=20integration=20test=20(X?= =?UTF-8?q?ML=20version=20and=20app.=20core=20version=20must=20be=20aligne?= =?UTF-8?q?d=20from=20now=20on)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iTopXmlVersionChecklistTest.php | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 test/integration/iTopXmlVersionChecklistTest.php 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)"); + } +}