gnu-social/vendor/pimple/pimple/phpunit.xml.dist

20 lines
563 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Pimple Test Suite">
<directory>./tests/Pimple/</directory>
</testsuite>
</testsuites>
</phpunit>