You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
311 B

  1. <?xml version="1.0"?>
  2. <phpunit
  3. bootstrap="tests/bootstrap.php"
  4. beStrictAboutTestsThatDoNotTestAnything="true">
  5. <php>
  6. <env name="ENV" value="test"/>
  7. </php>
  8. <testsuites>
  9. <testsuite name="comments">
  10. <directory suffix="Test.php">tests</directory>
  11. </testsuite>
  12. </testsuites>
  13. </phpunit>