Files
whoops/phpunit.xml.dist
T
2013-03-17 12:31:50 +00:00

16 lines
388 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Whoops Tests Suite">
<directory>tests/Whoops/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/Whoops/</directory>
</whitelist>
</filter>
</phpunit>