diff --git a/test/coreExtensions/UserLocalTest.php b/test/coreExtensions/UserLocalTest.php index f55505ba7..9496b18f7 100644 --- a/test/coreExtensions/UserLocalTest.php +++ b/test/coreExtensions/UserLocalTest.php @@ -26,6 +26,10 @@ class UserLocalTest extends ItopTestCase /** * @dataProvider ProviderValidatePassword + * + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + * @backupGlobals disabled */ public function testValidatePassword($aValueMap, $sPassword, $bExpectedCheckStatus, $expectedCheckIssues = null) {