wiki.techinc.nl/tests/phpunit/suite.xml

37 lines
973 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- colors don't work on Windows! -->
<phpunit bootstrap="./bootstrap.php"
colors="false"
backupGlobals="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
strict="true"
verbose="true">
<testsuites>
<testsuite name="includes">
<directory>./includes</directory>
</testsuite>
<testsuite name="languages">
<directory>./languages</directory>
</testsuite>
<testsuite name="skins">
<directory>./skins</directory>
</testsuite>
<testsuite name="uploadfromurl">
<file>./suites/UploadFromUrlTestSuite.php</file>
</testsuite>
<testsuite name="extensions">
<file>./suites/ExtensionsTestSuite.php</file>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>Utility</group>
<group>Broken</group>
<group>Stub</group>
</exclude>
</groups>
</phpunit>