11 Star 6 Fork 0

khs1994-php/tencent-ai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2018-09-22 14:56 . throw exception, not error
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<testsuites>
<testsuite name="Feature">
<directory>tests/TencentAI</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".php">./src/TencentAI/Console</directory>
<file>./src/TencentAI/Kernel/ServiceProvider.php</file>
<file>./src/TencentAI/Kernel/Facade.php</file>
<file>./src/TencentAI/Kernel/Support/helpers.php</file>
</exclude>
</whitelist>
</filter>
<groups>
<exclude>
<group>dont-test</group>
</exclude>
</groups>
<php>
<env name="APP_ENV" value="testing"/>
</php>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/khs1994-php/tencent-ai.git
[email protected]:khs1994-php/tencent-ai.git
khs1994-php
tencent-ai
tencent-ai
master

搜索帮助