1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-02-06 08:08:46 +01:00
Faker/phpunit.xml.dist
2015-07-16 22:37:08 -04:00

13 lines
265 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="Faker Test Suite">
<directory>./test/Faker/</directory>
</testsuite>
</testsuites>
</phpunit>