File: phpunit.xml

package info (click to toggle)
php-mock-phpunit 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: php: 1,089; makefile: 20; xml: 8; sh: 7
file content (9 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<phpunit
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
         displayDetailsOnTestsThatTriggerDeprecations="true"
         bootstrap="vendor/autoload.php">
    <testsuite name="Unit tests">
        <directory>tests/</directory>
    </testsuite>
</phpunit>