2017-09-29 10:29:08 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-10-17 19:01:55 +00:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
|
|
<coverage>
|
|
|
|
<include>
|
2020-05-13 22:18:39 +00:00
|
|
|
<directory>classes/</directory>
|
2021-10-17 19:01:55 +00:00
|
|
|
</include>
|
|
|
|
</coverage>
|
2020-05-13 22:18:39 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Tests">
|
|
|
|
<directory>tests/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-09-04 20:45:55 +00:00
|
|
|
</phpunit>
|