phpunit.xml.dist 265 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit
  3. bootstrap="vendor/autoload.php"
  4. colors="true"
  5. >
  6. <testsuites>
  7. <testsuite name="Faker Test Suite">
  8. <directory>./test/Faker/</directory>
  9. </testsuite>
  10. </testsuites>
  11. </phpunit>