phpunit.xml 167 B

1234567
  1. <phpunit bootstrap="vendor/autoload.php">
  2. <testsuites>
  3. <testsuite name="helpers">
  4. <directory>tests</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>