Add other integration tests in the beforeSetup group

All of those tests can be ran without a running iTop instance, and are blocking
This commit is contained in:
Pierre Goiffon
2023-08-08 15:33:09 +02:00
parent c0c8a13864
commit 6d13397ba1
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ use utils;
* @covers iTopDesignFormat
*
* @package Combodo\iTop\Test\UnitTest\Setup
* @group beforeSetup
*/
class iTopModulesPhpVersionIntegrationTest extends ItopTestCase
{

View File

@@ -24,6 +24,7 @@ use iTopDesignFormat;
* @covers iTopDesignFormat
*
* @package Combodo\iTop\Test\UnitTest\Setup
* @group beforeSetup
*/
class iTopModulesXmlVersionIntegrationTest extends ItopTestCase
{