File: phpunit.xml

package info (click to toggle)
php-geos 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 2,612; php: 131; xml: 81; makefile: 23; sh: 12
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<phpunit>
  <testsuites>
    <testsuite name="PHPT tests">
      <directory suffix=".phpt">tests</directory>
    </testsuite>
  </testsuites>
</phpunit>