phpunit.xml 292 B

123456789
  1. <phpunit bootstrap="./vendor/autoload.php"
  2. backupGlobals="false"
  3. colors="true">
  4. <testsuites>
  5. <testsuite name="NeoClient Response Formatter Test Suite">
  6. <directory suffix="Test.php">./tests</directory>
  7. </testsuite>
  8. </testsuites>
  9. </phpunit>