summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
blob: bb0768b907eb44e759b4d8ee798eb472353ec778 (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/*/_testing</directory>
        </testsuite>
    </testsuites>


</phpunit>