phpunit.xml.dist 555 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit bootstrap="./src/JonnyW/PhantomJs/Tests/bootstrap.php" colors="true">
  3. <testsuites>
  4. <testsuite name="PhantomJS Test Suite">
  5. <directory suffix="Test.php">./src/JonnyW/PhantomJs/Tests/*</directory>
  6. </testsuite>
  7. </testsuites>
  8. <filter>
  9. <whitelist>
  10. <directory suffix=".php">./src/</directory>
  11. <exclude>
  12. <directory>./src/JonnyW/PhantomJs/Tests</directory>
  13. </exclude>
  14. </whitelist>
  15. </filter>
  16. </phpunit>