summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
blob: 015c6b7f0670386d859b9ff0dbc3084754c073a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
    bootstrap="bootstrap.php"
    convertNoticesToExceptions="false"
    backupGlobals="yes">

    <testsuites>
        <testsuite name="DokuWiki Tests">
            <directory suffix=".test.php">tests/</directory>
        </testsuite>
        <testsuite name="Plugin Tests">
            <directory suffix=".test.php">../lib/plugins/*/_test</directory>
        </testsuite>
    </testsuites>


</phpunit>