phpunit.xml 366 B

1234567891011
  1. <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:noNamespaceSchemaLocation="phpunit.xsd"
  3. bootstrap="tests/bootstrap.php"
  4. verbose="true"
  5. colors="true">
  6. <testsuites>
  7. <testsuite name="default">
  8. <directory suffix=".test">./tests/</directory>
  9. </testsuite>
  10. </testsuites>
  11. </phpunit>