N°4624 Remove processIsolation flag from postBuild tests

Was done in standard test suite (test/phpunit.xml.dist) with 6bf25f90
This commit is contained in:
Pierre Goiffon
2022-02-01 14:50:33 +01:00
parent fcfcf85e0d
commit 4e80fc0f76

View File

@@ -19,7 +19,7 @@
<phpunit bootstrap="unittestautoload.php"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="false"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="true"
@@ -29,7 +29,7 @@
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
printerClass="\PHPUnit\TextUI\ResultPrinter"
processIsolation="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"