php-censor/phpunit.xml
2016-07-19 22:35:21 +06:00

44 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="./tests/bootstrap.php"
>
<testsuites>
<!--<testsuite name="PHP Censor Command Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Command</directory>
</testsuite>-->
<testsuite name="PHP Censor Controller Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Controller</directory>
</testsuite>
<testsuite name="PHP Censor Helper Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Helper</directory>
</testsuite>
<testsuite name="PHP Censor Logging Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Logging</directory>
</testsuite>
<testsuite name="PHP Censor Model Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Model</directory>
</testsuite>
<testsuite name="PHP Censor Plugin Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Plugin</directory>
</testsuite>
<!--<testsuite name="PHP Censor ProcessControl Test Suite">
<directory suffix="Test.php">./tests/PHPCI/ProcessControl</directory>
</testsuite>-->
<testsuite name="PHP Censor Service Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Service</directory>
</testsuite>
<!--<testsuite name="B8Framework Test Suite">
<directory suffix="Test.php">./tests/B8Framework</directory>
</testsuite>-->
</testsuites>
</phpunit>