diff --git a/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php b/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php index 401aa889c..c6a51e2b4 100644 --- a/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php +++ b/tests/php-unit-tests/integration-tests/DictionariesConsistencyTest.php @@ -18,6 +18,9 @@ namespace Combodo\iTop\Test\UnitTest\Integration; use Combodo\iTop\Test\UnitTest\ItopTestCase; use Dict; +/** + * @group beforeSetup + */ class DictionariesConsistencyTest extends ItopTestCase { /** @@ -111,7 +114,6 @@ class DictionariesConsistencyTest extends ItopTestCase * * @param string $sDictFile * - * @group beforeSetup * * @uses CheckDictionarySyntax */ diff --git a/tests/php-unit-tests/post-build-integration-tests/iTopDesignFormatChecklistTest.php b/tests/php-unit-tests/post-build-integration-tests/iTopDesignFormatChecklistTest.php index 875fd01ec..d707ace63 100644 --- a/tests/php-unit-tests/post-build-integration-tests/iTopDesignFormatChecklistTest.php +++ b/tests/php-unit-tests/post-build-integration-tests/iTopDesignFormatChecklistTest.php @@ -15,7 +15,7 @@ use PHPUnit\Exception; * * @package Combodo\iTop\Test\UnitTest\Setup */ -class TestForITopDesignFormatClass extends ItopTestCase +class iTopDesignFormatChecklistTest extends ItopTestCase { protected function setUp(): void { @@ -47,7 +47,7 @@ class TestForITopDesignFormatClass extends ItopTestCase $aErrors[] = "cannot retrieve itop_design datamodel version in $sDataModelFile:1"; continue; } - + $aDatamodelCurrentVersions[$sVersion] = $sVersion; } } @@ -159,4 +159,4 @@ class TestForITopDesignFormatClass extends ItopTestCase } return $aDataModelFiles; } -} \ No newline at end of file +}