mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
🔧 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user