2015-09-28 22:09:13 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="false">
|
|
|
|
|
|
|
|
<testsuites>
|
2018-04-13 13:13:10 +08:00
|
|
|
<testsuite name="installation">
|
|
|
|
<directory suffix="Test.php">./tests/Install</directory>
|
|
|
|
</testsuite>
|
2015-09-28 22:09:13 +08:00
|
|
|
<testsuite name="all">
|
2016-06-05 07:46:29 +08:00
|
|
|
<directory suffix="Test.php">./tests</directory>
|
2018-04-13 13:13:10 +08:00
|
|
|
<exclude>./tests/Install</exclude>
|
2015-09-28 22:09:13 +08:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|