File: phpunit.xml.dist

package info (click to toggle)
php-phpdocumentor-reflection 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 284
  • sloc: php: 1,256; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>

<phpunit bootstrap="vendor/autoload.php" colors="true" strict="true">
    <testsuites>
        <testsuite name="phpDocumentor">
            <directory>./tests/unit/</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">src/phpDocumentor</directory>
        </whitelist>
    </filter>
    <listeners>
        <listener class="Mockery\Adapter\Phpunit\TestListener"
            file="/usr/share/php//Mockery/Adapter/Phpunit/TestListener.php"></listener>
    </listeners>
</phpunit>