From 9830178a479b5e77eb59b4aba08acd09ad5c8565 Mon Sep 17 00:00:00 2001 From: odain Date: Fri, 12 Jan 2024 08:36:15 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07085=20-=20ci=20restore=20runTestsInSepa?= =?UTF-8?q?rateProcesses?= 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 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/application/LoginTest.php b/tests/php-unit-tests/unitary-tests/application/LoginTest.php index 52b4b70c9..0935f7aac 100644 --- a/tests/php-unit-tests/unitary-tests/application/LoginTest.php +++ b/tests/php-unit-tests/unitary-tests/application/LoginTest.php @@ -4,6 +4,9 @@ namespace Combodo\iTop\Test\UnitTest\Application; use Combodo\iTop\Test\UnitTest\ItopDataTestCase; use MetaModel; +/** + * @runTestsInSeparateProcesses + */ class LoginTest extends ItopDataTestCase { protected $sConfigTmpBackupFile; protected $sConfigPath;