<phpunit
  colors="true"
  verbose="true"
  bootstrap="bootstrap.php"
  convertErrorsToExceptions="true"
  convertNoticesToExceptions="true"
  convertWarningsToExceptions="true"
  >

  <testsuite name="All tests">
    <directory>./</directory>
  </testsuite>

</phpunit>