MaketRandevu/phpunit.xml
2021-10-18 13:40:05 +02:00

8 lines
231 B
XML

<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
cacheResult="false"
>
</phpunit>