N°6658 Remove useless annotations

See comment for ItopTestCase::$preserveGlobalState
This commit is contained in:
Pierre Goiffon
2023-08-31 16:06:34 +02:00
parent 6d6f55acf7
commit 483dbb4a5d
4 changed files with 0 additions and 10 deletions

View File

@@ -6,17 +6,13 @@
namespace Combodo\iTop\Test\UnitTest\Core;
use MockValueSetObjects;
use Combodo\iTop\Test\UnitTest\ItopTestCase;
use MetaModel;
use ValueSetDefinition;
use ValueSetEnum;
/**
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
*/
class ValueSetDefinitionTest extends ItopTestCase
{