php-censor/phpunit.xml

44 lines
1.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-04-17 08:34:12 +02:00
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
2016-04-20 15:51:10 +02:00
bootstrap="./tests/bootstrap.php"
>
<testsuites>
2016-05-21 19:10:18 +02:00
<!--<testsuite name="PHPCI Command Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Command</directory>
2016-05-21 19:10:18 +02:00
</testsuite>-->
2016-04-17 08:34:12 +02:00
<testsuite name="PHPCI Controller Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Controller</directory>
2016-04-17 08:34:12 +02:00
</testsuite>
<testsuite name="PHPCI Helper Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Helper</directory>
</testsuite>
<testsuite name="PHPCI Logging Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Logging</directory>
</testsuite>
<testsuite name="PHPCI Model Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Model</directory>
</testsuite>
2016-04-17 08:34:12 +02:00
<testsuite name="PHPCI Plugin Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Plugin</directory>
2016-04-17 08:34:12 +02:00
</testsuite>
<!--<testsuite name="PHPCI ProcessControl Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/ProcessControl</directory>
2016-04-17 08:34:12 +02:00
</testsuite>-->
<testsuite name="PHPCI Service Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/PHPCI/Service</directory>
</testsuite>
2016-04-17 08:34:12 +02:00
<!--<testsuite name="B8Framework Test Suite">
2016-04-20 15:51:10 +02:00
<directory suffix="Test.php">./tests/B8Framework</directory>
2016-04-17 08:34:12 +02:00
</testsuite>-->
</testsuites>
</phpunit>