Fix iTopXmlVersionIntegrationTest

* remove annotations for data tests : we are only comparing constants
* remove itop-community group : this test can be run whatever target was used to build
* remove wrong `@covers` annotation
This commit is contained in:
Pierre Goiffon
2022-08-24 14:54:02 +02:00
parent 6f438d52b2
commit 06c3e295d6

View File

@@ -16,18 +16,9 @@
namespace Combodo\iTop\Test\UnitTest\Integration;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
use iTopDesignFormat;
/**
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
* @group itop-community
*
* @covers iTopDesignFormat
*
* @package Combodo\iTop\Test\UnitTest\Setup
*/
class iTopXmlVersionIntegrationTest extends ItopTestCase