phpunit.xml.dist 364 B

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