Integration tests : move and comment itop-community group

This commit is contained in:
Pierre Goiffon
2022-08-24 14:41:32 +02:00
parent 6b32be0899
commit 7a6a3d1ac0
2 changed files with 8 additions and 6 deletions

View File

@@ -22,8 +22,6 @@ use utils;
/**
* @group itop-community
*
* @covers iTopDesignFormat
*
* @package Combodo\iTop\Test\UnitTest\Setup
@@ -31,9 +29,12 @@ use utils;
class iTopModulesPhpVersionIntegrationTest extends ItopTestCase
{
/**
* Verify if the datamodel.*.xml files refer to the current itop version
* Verify if `module.*.php` files contained in `datamodels/1.x` or `datamodels/2.x` refers to the current itop version
* This is an integration test
*
* As ess and pro targets are copying modules into datamodels/2.x this test can only be run on a community target !
*
* @group itop-community
* @group skipPostBuild
*
* @dataProvider iTopModulesPhpVersionProvider

View File

@@ -21,8 +21,6 @@ use iTopDesignFormat;
/**
* @group itop-community
*
* @covers iTopDesignFormat
*
* @package Combodo\iTop\Test\UnitTest\Setup
@@ -38,9 +36,12 @@ class iTopModulesXmlVersionIntegrationTest extends ItopTestCase
/**
* Verify if the datamodel.*.xml files refer to the latest version of the design
* Verify if the `datamodels/2.x/datamodel.*.xml` files refer to the latest version of the design
* This is an integration test
*
* As ess and pro targets are copying modules into datamodels/2.x this test can only be run on a community target !
*
* @group itop-community
* @group skipPostBuild
*
* @dataProvider DatamodelItopXmlVersionProvider