1 Star 0 Fork 0

曲帅 / libchart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
曲帅 提交于 2022-09-23 10:05 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
executionOrder="depends,defects"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
colors="true"
verbose="true">
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">libchart</directory>
</whitelist>
</filter>
</phpunit>
1
https://gitee.com/qu_shuai/libchart.git
git@gitee.com:qu_shuai/libchart.git
qu_shuai
libchart
libchart
master

搜索帮助