phpunit.xml.dist 242 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <?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>