1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 17:29:50 +01:00
Faker/phpunit.xml.dist

9 lines
241 B
Plaintext
Raw Permalink Normal View History

2011-10-25 16:12:42 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
2011-10-25 16:12:42 +02:00
<testsuites>
<testsuite name="Faker Test Suite">
<directory>./test/Faker/</directory>
</testsuite>
</testsuites>
</phpunit>