4 Star 11 Fork 17

gsls200808 / JetBrainsLicenseServerforPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
phpunit.xml.dist 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Alexander Puharic 提交于 2017-11-13 02:37 . Major change
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="jetbrainsLicensingServer Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>
PHP
1
https://gitee.com/gsls200808/JetBrainsLicenseServerforPHP.git
git@gitee.com:gsls200808/JetBrainsLicenseServerforPHP.git
gsls200808
JetBrainsLicenseServerforPHP
JetBrainsLicenseServerforPHP
master

搜索帮助