phpunit.xml 180 B

1234567
  1. <phpunit colors="true" bootstrap="tests/bootstrap.php">
  2. <testsuites>
  3. <testsuite name="XxHash FFI Tests">
  4. <directory>tests</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>