n°524 - password policy

💚 fix CI : tests must be runned into a separate process in order to eliminate side effects of mocking the config
This commit is contained in:
bruno DA SILVA
2019-11-22 14:38:36 +01:00
parent d9b374f723
commit 730a0d1c98

View File

@@ -26,6 +26,10 @@ class UserLocalTest extends ItopTestCase
/**
* @dataProvider ProviderValidatePassword
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
* @backupGlobals disabled
*/
public function testValidatePassword($aValueMap, $sPassword, $bExpectedCheckStatus, $expectedCheckIssues = null)
{