use all phpunit as usual

This commit is contained in:
odain
2020-07-16 09:35:10 +02:00
parent 7a89bfc108
commit 1baf8a6424
2 changed files with 7 additions and 8 deletions

View File

@@ -5,5 +5,4 @@ itop_backup=test/backups/backup-itop.tar.gz
[phpunit]
; when empty phpunit_xml => no phpunit test performed
; phpunit xml file description. required for phpunit testing
phpunit_xml=test/phpunit.xml.dist
phpunit_xml=test/phpunit.xml.dist

View File

@@ -41,27 +41,27 @@
verbose="false">
<testsuites>
<!--testsuite name="Extensions">
<testsuite name="Extensions">
<directory>../env-production/*/test</directory>
</testsuite-->
</testsuite>
<testsuite name="Core">
<directory>core</directory>
</testsuite>
<!--testsuite name="Tickets">
<testsuite name="Tickets">
<directory>itop-tickets</directory>
</testsuite>
<testsuite name="Application">
<directory>application</directory>
</testsuite>
<testsuite name="OQL">
<!--testsuite name="OQL">
<directory>OQL</directory>
</testsuite>
</testsuite-->
<testsuite name="Status">
<directory>status</directory>
</testsuite>
<testsuite name="CoreExtensions">
<directory>coreExtensions</directory>
</testsuite-->
</testsuite>
</testsuites>
<!-- Code coverage white list -->