mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
15 lines
388 B
XML
15 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>
|