13 Star 81 Fork 14

Casbin / php-casbin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jon Lee 提交于 2021-12-17 19:16 . feat: Add benchmark test
<?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="test">
<directory>./tests/</directory>
<exclude>./tests/Benchmark</exclude>
</testsuite>
<testsuite name="benchmark">
<directory>./tests/Benchmark/</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>
</phpunit>
PHP
1
https://gitee.com/casbin/php-casbin.git
git@gitee.com:casbin/php-casbin.git
casbin
php-casbin
php-casbin
master

搜索帮助