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.

15 lines
335B

  1. <phpunit
  2. backupGlobals="true"
  3. bootstrap="tests/bootstrap.php"
  4. colors="true"
  5. >
  6. <testsuites>
  7. <testsuite name="Test Suite">
  8. <directory>tests</directory>
  9. </testsuite>
  10. </testsuites>
  11. <extensions>
  12. <extension class="Framework\Testing\ServerExtension" />
  13. </extensions>
  14. </phpunit>

Powered by TurnKey Linux.