1 Star 0 Fork 9

LeePapa/think-authz

forked from Casbin/think-authz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpunit.xml 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jon Lee 提交于 2019-07-11 19:00 . First commit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/html"/>
</logging>
<php>
<env name="PHP_APP_DEBUG " value="true"/>
<env name="PHP_DATABASE_DATABASE" value="tauthz"/>
</php>
</phpunit>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LeePapa/think-authz.git
git@gitee.com:LeePapa/think-authz.git
LeePapa
think-authz
think-authz
master

搜索帮助