🔧 phpunit.xml setup at the end

\Combodo\iTop\Test\UnitTest\Synchro\DataSynchroTest::RunDataSynchroTest was generating a ConfigException (file exists but cannot be read)
This commit is contained in:
Pierre Goiffon
2022-01-13 13:50:39 +01:00
parent 135ddbf37d
commit 4ddee0b624

View File

@@ -63,9 +63,6 @@
<!-- testsuite name="OQL">
<directory>OQL</directory>
</testsuite -->
<testsuite name="Setup">
<directory>setup</directory>
</testsuite>
<testsuite name="Sources">
<directory>sources</directory>
</testsuite>
@@ -79,6 +76,11 @@
<directory>webservices</directory>
</testsuite>
<!-- Setup at the end to avoid problems with config file permissions -->
<testsuite name="Setup">
<directory>setup</directory>
</testsuite>
<testsuite name="Extensions">
<directory>../env-production/*/test</directory>
</testsuite>