2016-08-04 14:55:37 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-03-20 16:42:55 -04:00
|
|
|
<phpunit
|
|
|
|
colors="true"
|
|
|
|
stopOnFailure="false"
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true">
|
2016-08-04 14:55:37 -04:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
2016-08-29 14:32:28 -04:00
|
|
|
<directory suffix=".php">src</directory>
|
2016-08-04 14:55:37 -04:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Ion">
|
2016-08-29 14:32:28 -04:00
|
|
|
<directory>tests</directory>
|
2016-08-04 14:55:37 -04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|