2016-08-04 14:55:37 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-10-05 11:32:12 -04:00
|
|
|
<phpunit
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
|
|
|
|
colors="true"
|
|
|
|
stopOnFailure="false"
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true">
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Ion">
|
|
|
|
<directory>tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-08-04 14:55:37 -04:00
|
|
|
</phpunit>
|