37 Star 421 Fork 44

walkor / workerman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joanhey 提交于 2023-07-02 13:17 . Rename phpunit.xml to .dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
>
<testsuites>
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage/>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>
PHP
1
https://gitee.com/walkor/workerman.git
git@gitee.com:walkor/workerman.git
walkor
workerman
workerman
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891