iflrandevu/phpunit.xml

9 lines
231 B
XML
Raw Normal View History

2016-11-09 21:55:56 +03:00
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
2018-11-03 18:29:03 +03:00
cacheResult="false"
>
</phpunit>