From 2ed0666c3bc66daeb1bc9ddd7500140606bb18ea Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 12 Jan 2024 10:53:24 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07085=20-=20Remove=20comment=20about=20an?= =?UTF-8?q?notation=20as=20on=20support/3.0=20branch=20not=20using=20runTe?= =?UTF-8?q?stsInSeparateProcesses=20is=20the=20standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/unitary-tests/application/LoginTest.php | 3 --- 1 file changed, 3 deletions(-) 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;