xref: /dokuwiki/_test/phpunit.xml (revision 9c6354e5be3db406fa7f0966d65063e1d3b4d242)
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