phpunit.xml 153 Bytes
<phpunit colors="true">
    <testsuites>
     <testsuite name="Verify">
      <directory>tests</directory>
     </testsuite>
    </testsuites>
</phpunit>