mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
10 lines
242 B
XML
10 lines
242 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="Faker Test Suite">
|
|
<directory>./test/Faker/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|