diff --git a/tests/php-unit-tests/unitary-tests/application/LoginTest.php b/tests/php-unit-tests/unitary-tests/application/LoginTest.php index b2e12358e..52b4b70c9 100644 --- a/tests/php-unit-tests/unitary-tests/application/LoginTest.php +++ b/tests/php-unit-tests/unitary-tests/application/LoginTest.php @@ -4,9 +4,6 @@ namespace Combodo\iTop\Test\UnitTest\Application; use Combodo\iTop\Test\UnitTest\ItopDataTestCase; use MetaModel; -/** - * runTestsInSeparateProcesses: annotation not required starting 3.0 - */ class LoginTest extends ItopDataTestCase { protected $sConfigTmpBackupFile; protected $sConfigPath;