5d550a100d
It causes an error on Travis and it is not used anymore
13 lines
318 B
XML
13 lines
318 B
XML
<?xml version="1.0"?>
|
|
<phpunit bootstrap="tests/bootstrap.php">
|
|
<filter>
|
|
<whitelist>
|
|
<directory>classes/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|