File: phpunit.xml.dist

package info (click to toggle)
php-getid3 2.0.0~beta6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,108 kB
  • sloc: php: 34,627; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
<phpunit bootstrap="tests/bootstrap.php">
    <testsuite>
        <directory suffix="Test.php">tests</directory>
    </testsuite>
</phpunit>