File: phpunit.xml

package info (click to toggle)
php-console-commandline 1.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: php: 1,394; xml: 166; sh: 5; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<phpunit>
 <testsuites>
  <testsuite name="tests">
   <directory suffix=".phpt">tests/</directory>
  </testsuite>
 </testsuites>
 <php>
  <env name="XDEBUG_MODE" value="off"/>
 </php>
</phpunit>