refactor phpunit-swoole

This commit is contained in:
sunxyw
2022-03-28 17:27:36 +08:00
parent 6f5575b155
commit 4e9199c68e
4 changed files with 48 additions and 68 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
<phpunit bootstrap="./tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertDeprecationsToExceptions="true"
@@ -9,6 +10,8 @@
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
testdox="true"
verbose="true"
>
<testsuites>
<testsuite name="Zhamao Framework Test Suite">