1 Star 0 Fork 6

oshook/think-jwt

forked from xiaodi/think-jwt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml.dist 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
xiaodi 提交于 2020-02-23 21:35 . phpunit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
verbose="true"
>
<testsuites>
<testsuite name="Jwt Test Suite">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<file>./src/JwtService.php</file>
<file>./src/Command/JwtCommand.php</file>
<file>./src/Facade/Jwt.php</file>
<file>./src/Middleware/Jwt.php</file>
<file>./config/config.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/oshook/think-jwt.git
git@gitee.com:oshook/think-jwt.git
oshook
think-jwt
think-jwt
master

搜索帮助