mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
966148e8f0
commit
fd239fa40c
@ -4,11 +4,13 @@
|
|||||||
<!--
|
<!--
|
||||||
Unit testing
|
Unit testing
|
||||||
-->
|
-->
|
||||||
<testsuite name="unit">
|
<testsuite name="unit-framework">
|
||||||
<directory>../../test/php/application/</directory>
|
<directory>../../test/php/application/</directory>
|
||||||
<directory>../../test/php/library/</directory>
|
<directory>../../test/php/library/</directory>
|
||||||
|
</testsuite>
|
||||||
|
|
||||||
<!-- Module tests are independent from core tests -->
|
<!-- Module tests are independent from core tests -->
|
||||||
|
<testsuite name="unit-modules">
|
||||||
<directory>../*/test/php</directory>
|
<directory>../*/test/php</directory>
|
||||||
<exclude>../*/test/php/regression</exclude>
|
<exclude>../*/test/php/regression</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
@ -16,8 +18,12 @@
|
|||||||
<!--
|
<!--
|
||||||
Regression testing
|
Regression testing
|
||||||
-->
|
-->
|
||||||
<testsuite name="regression">
|
<testsuite name="regression-framework">
|
||||||
<directory>../../test/php/regression/</directory>
|
<directory>../../test/php/regression/</directory>
|
||||||
|
</testsuite>
|
||||||
|
|
||||||
|
<!-- Module tests are independent from core tests -->
|
||||||
|
<testsuite name="regression-modules">
|
||||||
<directory>../*/test/php/regression</directory>
|
<directory>../*/test/php/regression</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user