xref: /dokuwiki/_test/phpunit.xml (revision 5a0eec47d375f076d810160503bdd303f8cf62a0)
1<?xml version="1.0" encoding="UTF-8"?>
2<phpunit
3    bootstrap="bootstrap.php"
4    convertNoticesToExceptions="false"
5    backupGlobals="yes">
6
7    <testsuites>
8        <testsuite name="DokuWiki Tests">
9            <directory suffix=".test.php">tests/</directory>
10        </testsuite>
11        <testsuite name="Plugin Tests">
12            <directory suffix=".test.php">../lib/plugins/*/_test</directory>
13        </testsuite>
14    </testsuites>
15
16
17</phpunit>
18