mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 16:14:13 +01:00
use all phpunit as usual
This commit is contained in:
@@ -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
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user