mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4624 align phpunit annotations
Remove processIsolation when not needed When needed, make sure to have also their counterpart (preserveGlobalState and backupGlobals)
This commit is contained in:
@@ -8,11 +8,6 @@ use SVGDOMSanitizer;
|
||||
require_once __DIR__.'/AbstractDOMSanitizerTest.php';
|
||||
|
||||
|
||||
/**
|
||||
* @runTestsInSeparateProcesses
|
||||
* @preserveGlobalState disabled
|
||||
* @backupGlobals disabled
|
||||
*/
|
||||
class SVGDOMSanitizerTest extends AbstractDOMSanitizerTest
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user