4
0

phpunit.xml.dist 336 B

12345678910
  1. <phpunit bootstrap="vendor/autoload.php"
  2. colors="true"
  3. convertErrorsToExceptions="true"
  4. convertNoticesToExceptions="true"
  5. convertWarningsToExceptions="true"
  6. stopOnFailure="false">
  7. <testsuite name="Swagger-PHP TestSuite">
  8. <directory>tests/</directory>
  9. </testsuite>
  10. </phpunit>