From f8877ef3e74c1ed503fcbdaaf07cfe8a2300478d Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 27 Oct 2023 15:49:58 +0200 Subject: [PATCH] :white_check_mark: Optimize tests execution time (no need for process isolation as long as we leave the premises clean) --- .../application/ApplicationObjectExtensionTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/application/ApplicationObjectExtensionTest.php b/tests/php-unit-tests/unitary-tests/application/ApplicationObjectExtensionTest.php index 555fc3370..f04423f35 100644 --- a/tests/php-unit-tests/unitary-tests/application/ApplicationObjectExtensionTest.php +++ b/tests/php-unit-tests/unitary-tests/application/ApplicationObjectExtensionTest.php @@ -4,9 +4,6 @@ * @license http://opensource.org/licenses/AGPL-3.0 */ -/** - * @runTestsInSeparateProcesses - */ class ApplicationObjectExtensionTest extends \Combodo\iTop\Test\UnitTest\ItopDataTestCase { const CREATE_TEST_ORG = true;