2019-01-13 03:06:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
bootstrap="./bootstrap.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Tests">
|
2019-07-27 15:57:48 +08:00
|
|
|
<directory suffix="Test.php">./src/amqp/tests</directory>
|
2019-07-04 18:49:41 +08:00
|
|
|
<directory suffix="Test.php">./src/async-queue/tests</directory>
|
2019-07-23 15:03:25 +08:00
|
|
|
<directory suffix="Test.php">./src/cache/tests</directory>
|
2020-08-02 13:56:40 +08:00
|
|
|
<directory suffix="Test.php">./src/command/tests</directory>
|
2019-08-06 13:58:48 +08:00
|
|
|
<directory suffix="Test.php">./src/config/tests</directory>
|
2019-11-14 11:22:30 +08:00
|
|
|
<directory suffix="Test.php">./src/config-zookeeper/tests</directory>
|
2019-07-02 10:16:51 +08:00
|
|
|
<directory suffix="Test.php">./src/constants/tests</directory>
|
2019-07-06 12:45:57 +08:00
|
|
|
<directory suffix="Test.php">./src/consul/tests</directory>
|
2019-01-13 03:06:53 +08:00
|
|
|
<directory suffix="Test.php">./src/database/tests</directory>
|
2019-11-02 19:20:27 +08:00
|
|
|
<directory suffix="Test.php">./src/db/tests</directory>
|
2019-07-07 20:04:52 +08:00
|
|
|
<directory suffix="Test.php">./src/db-connection/tests</directory>
|
2020-04-30 07:17:56 +08:00
|
|
|
<directory suffix="Test.php">./src/devtool/tests</directory>
|
2019-07-08 17:37:50 +08:00
|
|
|
<directory suffix="Test.php">./src/di/tests</directory>
|
2019-07-17 11:41:51 +08:00
|
|
|
<directory suffix="Test.php">./src/dispatcher/tests</directory>
|
2019-04-24 17:45:04 +08:00
|
|
|
<directory suffix="Test.php">./src/elasticsearch/tests</directory>
|
2019-10-27 19:07:38 +08:00
|
|
|
<directory suffix="Test.php">./src/etcd/tests</directory>
|
2019-02-06 02:24:15 +08:00
|
|
|
<directory suffix="Test.php">./src/event/tests</directory>
|
2019-09-16 09:28:45 +08:00
|
|
|
<directory suffix="Test.php">./src/exception-handler/tests</directory>
|
2019-11-28 10:25:15 +08:00
|
|
|
<directory suffix="Test.php">./src/framework/tests</directory>
|
2019-08-13 16:50:14 +08:00
|
|
|
<directory suffix="Test.php">./src/grpc-client/tests</directory>
|
2019-08-25 14:29:44 +08:00
|
|
|
<directory suffix="Test.php">./src/grpc-server/tests</directory>
|
2019-07-11 16:36:29 +08:00
|
|
|
<directory suffix="Test.php">./src/guzzle/tests</directory>
|
2019-08-06 11:05:45 +08:00
|
|
|
<directory suffix="Test.php">./src/http-message/tests</directory>
|
2019-07-01 18:13:27 +08:00
|
|
|
<directory suffix="Test.php">./src/http-server/tests</directory>
|
2019-08-04 16:44:51 +08:00
|
|
|
<directory suffix="Test.php">./src/json-rpc/tests</directory>
|
2019-04-10 16:08:36 +08:00
|
|
|
<directory suffix="Test.php">./src/logger/tests</directory>
|
2019-10-25 23:12:05 +08:00
|
|
|
<directory suffix="Test.php">./src/metric/tests</directory>
|
2019-06-28 11:43:34 +08:00
|
|
|
<directory suffix="Test.php">./src/model-cache/tests</directory>
|
2020-11-26 09:47:08 +08:00
|
|
|
<directory suffix="Test.php">./src/nsq/tests</directory>
|
2019-07-09 17:50:55 +08:00
|
|
|
<directory suffix="Test.php">./src/paginator/tests</directory>
|
2019-08-22 18:45:42 +08:00
|
|
|
<directory suffix="Test.php">./src/pool/tests</directory>
|
2020-09-24 18:56:15 +08:00
|
|
|
<directory suffix="Test.php">./src/process/tests</directory>
|
2019-10-23 17:35:45 +08:00
|
|
|
<directory suffix="Test.php">./src/protocol/tests</directory>
|
2019-12-18 14:21:13 +08:00
|
|
|
<directory suffix="Test.php">./src/rate-limit/tests</directory>
|
2019-06-24 23:53:11 +08:00
|
|
|
<directory suffix="Test.php">./src/redis/tests</directory>
|
2019-11-05 15:17:42 +08:00
|
|
|
<directory suffix="Test.php">./src/retry/tests</directory>
|
2019-08-04 16:44:51 +08:00
|
|
|
<directory suffix="Test.php">./src/rpc/tests</directory>
|
2020-10-29 18:16:04 +08:00
|
|
|
<directory suffix="Test.php">./src/rpc-server/tests</directory>
|
2019-08-08 18:52:13 +08:00
|
|
|
<directory suffix="Test.php">./src/server/tests</directory>
|
2019-08-04 16:44:51 +08:00
|
|
|
<directory suffix="Test.php">./src/service-governance/tests</directory>
|
2019-08-20 20:50:30 +08:00
|
|
|
<directory suffix="Test.php">./src/session/tests</directory>
|
2020-06-04 14:13:37 +08:00
|
|
|
<directory suffix="Test.php">./src/signal/tests</directory>
|
2019-08-14 11:17:05 +08:00
|
|
|
<directory suffix="Test.php">./src/snowflake/tests</directory>
|
2019-10-23 17:35:45 +08:00
|
|
|
<directory suffix="Test.php">./src/socket/tests</directory>
|
2020-04-27 16:47:07 +08:00
|
|
|
<directory suffix="Test.php">./src/socketio-server/tests</directory>
|
2020-01-05 20:00:51 +08:00
|
|
|
<directory suffix="Test.php">./src/super-globals/tests</directory>
|
2019-07-14 11:11:29 +08:00
|
|
|
<directory suffix="Test.php">./src/task/tests</directory>
|
2019-08-22 09:57:54 +08:00
|
|
|
<directory suffix="Test.php">./src/testing/tests</directory>
|
2019-08-29 16:29:37 +08:00
|
|
|
<directory suffix="Test.php">./src/tracer/tests</directory>
|
2019-08-22 10:39:46 +08:00
|
|
|
<directory suffix="Test.php">./src/translation/tests</directory>
|
2019-08-02 14:20:23 +08:00
|
|
|
<directory suffix="Test.php">./src/utils/tests</directory>
|
2019-08-20 21:06:13 +08:00
|
|
|
<directory suffix="Test.php">./src/validation/tests</directory>
|
2020-06-24 20:39:37 +08:00
|
|
|
<directory suffix="Test.php">./src/watcher/tests</directory>
|
2019-08-04 16:44:51 +08:00
|
|
|
<directory suffix="Test.php">./src/websocket-client/tests</directory>
|
2020-04-20 12:31:42 +08:00
|
|
|
<directory suffix="Test.php">./src/websocket-server/tests</directory>
|
2019-01-13 03:06:53 +08:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
2019-08-20 20:50:30 +08:00
|
|
|
<directory suffix=".php">./src/amqp/src</directory>
|
|
|
|
<directory suffix=".php">./src/async-queue/src</directory>
|
|
|
|
<directory suffix=".php">./src/cache/src</directory>
|
2020-08-02 13:56:40 +08:00
|
|
|
<directory suffix=".php">./src/command/src</directory>
|
2019-08-20 20:50:30 +08:00
|
|
|
<directory suffix=".php">./src/config/src</directory>
|
|
|
|
<directory suffix=".php">./src/constants/src</directory>
|
|
|
|
<directory suffix=".php">./src/consul/src</directory>
|
|
|
|
<directory suffix=".php">./src/database/src</directory>
|
|
|
|
<directory suffix=".php">./src/db-connection/src</directory>
|
|
|
|
<directory suffix=".php">./src/di/src</directory>
|
|
|
|
<directory suffix=".php">./src/dispatcher/src</directory>
|
|
|
|
<directory suffix=".php">./src/elasticsearch/src</directory>
|
|
|
|
<directory suffix=".php">./src/event/src</directory>
|
|
|
|
<directory suffix=".php">./src/grpc-client/src</directory>
|
|
|
|
<directory suffix=".php">./src/guzzle/src</directory>
|
|
|
|
<directory suffix=".php">./src/http-message/src</directory>
|
|
|
|
<directory suffix=".php">./src/http-server/src</directory>
|
|
|
|
<directory suffix=".php">./src/json-rpc/src</directory>
|
|
|
|
<directory suffix=".php">./src/logger/src</directory>
|
|
|
|
<directory suffix=".php">./src/model-cache/src</directory>
|
2020-01-20 16:59:47 +08:00
|
|
|
<directory suffix=".php">./src/nsq/src</directory>
|
2019-08-20 20:50:30 +08:00
|
|
|
<directory suffix=".php">./src/paginator/src</directory>
|
|
|
|
<directory suffix=".php">./src/redis/src</directory>
|
|
|
|
<directory suffix=".php">./src/rpc/src</directory>
|
|
|
|
<directory suffix=".php">./src/server/src</directory>
|
|
|
|
<directory suffix=".php">./src/service-governance/src</directory>
|
|
|
|
<directory suffix=".php">./src/session/src</directory>
|
|
|
|
<directory suffix=".php">./src/snowflake/src</directory>
|
|
|
|
<directory suffix=".php">./src/task/src</directory>
|
|
|
|
<directory suffix=".php">./src/utils/src</directory>
|
|
|
|
<directory suffix=".php">./src/websocket-client/src</directory>
|
2019-01-13 03:06:53 +08:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
</phpunit>
|