Optimize tests execution time (no need for process isolation as long as we leave the premises clean)

This commit is contained in:
Romain Quetiez
2023-10-27 15:50:17 +02:00
parent f8877ef3e7
commit f0199a4cf2

View File

@@ -13,8 +13,6 @@ use MetaModel;
* Class BulkChangeExtKeyTest
*
* @package Combodo\iTop\Test\UnitTest\Core
*
* @runTestsInSeparateProcesses
*/
class BulkChangeExtKeyTest extends ItopDataTestCase {
const CREATE_TEST_ORG = true;
@@ -219,7 +217,7 @@ class BulkChangeExtKeyTest extends ItopDataTestCase {
private function GetUid(){
if (is_null($this->sUid)){
$this->sUid = date('dmYHis');
$this->sUid = uniqid('test');
}
return $this->sUid;