icingaweb2/test/php/phpunit.xml
Johannes Meyer 72c1255dc6 Rewrite php test-runner.
--include and --exclude will affect group annotations.
(See: http://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.group)

refs #4244
2013-06-11 18:25:21 +02:00

21 lines
493 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit>
<testsuites>
<!--
Unit testing
-->
<testsuite name="unit">
<directory>application/</directory>
<directory>bin/</directory>
<directory>library/</directory>
</testsuite>
<!--
Regression testing
-->
<testsuite name="regression">
<directory>regression/</directory>
</testsuite>
</testsuites>
</phpunit>