From 6d13397ba1176db3beea410fa4f498c327f1b619 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 8 Aug 2023 15:33:09 +0200 Subject: [PATCH 1/2] :white_check_mark: Add other integration tests in the beforeSetup group All of those tests can be ran without a running iTop instance, and are blocking --- .../integration-tests/iTopModulesPhpVersionChecklistTest.php | 1 + .../integration-tests/iTopModulesXmlVersionChecklistTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/php-unit-tests/integration-tests/iTopModulesPhpVersionChecklistTest.php b/tests/php-unit-tests/integration-tests/iTopModulesPhpVersionChecklistTest.php index e4b7b5e82..5be950bf6 100644 --- a/tests/php-unit-tests/integration-tests/iTopModulesPhpVersionChecklistTest.php +++ b/tests/php-unit-tests/integration-tests/iTopModulesPhpVersionChecklistTest.php @@ -25,6 +25,7 @@ use utils; * @covers iTopDesignFormat * * @package Combodo\iTop\Test\UnitTest\Setup + * @group beforeSetup */ class iTopModulesPhpVersionIntegrationTest extends ItopTestCase { diff --git a/tests/php-unit-tests/integration-tests/iTopModulesXmlVersionChecklistTest.php b/tests/php-unit-tests/integration-tests/iTopModulesXmlVersionChecklistTest.php index de9bafa56..37188dedb 100644 --- a/tests/php-unit-tests/integration-tests/iTopModulesXmlVersionChecklistTest.php +++ b/tests/php-unit-tests/integration-tests/iTopModulesXmlVersionChecklistTest.php @@ -24,6 +24,7 @@ use iTopDesignFormat; * @covers iTopDesignFormat * * @package Combodo\iTop\Test\UnitTest\Setup + * @group beforeSetup */ class iTopModulesXmlVersionIntegrationTest extends ItopTestCase { From 13ad98b9b38638bc5196b42ea1ac946d74c744a3 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 8 Aug 2023 15:34:27 +0200 Subject: [PATCH 2/2] :white_check_mark: Add other integration tests in the beforeSetup group All of those tests can be ran without a running iTop instance, and are blocking --- .../integration-tests/iTopXmlVersionChecklistTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/php-unit-tests/integration-tests/iTopXmlVersionChecklistTest.php b/tests/php-unit-tests/integration-tests/iTopXmlVersionChecklistTest.php index 0e87f386f..f8844de7a 100644 --- a/tests/php-unit-tests/integration-tests/iTopXmlVersionChecklistTest.php +++ b/tests/php-unit-tests/integration-tests/iTopXmlVersionChecklistTest.php @@ -20,6 +20,7 @@ use Combodo\iTop\Test\UnitTest\ItopTestCase; /** * @package Combodo\iTop\Test\UnitTest\Setup + * @group beforeSetup */ class iTopXmlVersionIntegrationTest extends ItopTestCase {