1 Star 0 Fork 0

suifengpiao / YOURLS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
྅༻ Ǭɀħ ༄༆ཉ 提交于 2020-06-03 21:16 . PHPUnit tweaks (#2706)
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
colors="false"
stopOnFailure="false"
verbose="true"
cacheResult="true"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="YOURLS Test Suite">
<directory suffix=".php">./tests/tests</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>ajax</group>
</exclude>
</groups>
<filter>
<whitelist>
<directory suffix=".php">./includes</directory>
<exclude>
<directory suffix=".php">./includes/vendors</directory>
</exclude>
</whitelist>
</filter>
<php>
<!-- Constants -->
<const name="PHPUNIT_TESTSUITE" value="true" />
<const name="LOCAL_TESTSUITE" value="true" />
<!-- Login -->
<request name="username" value="yourls"/>
<request name="password" value="travis-ci-test"/>
<server name="REQUEST_URI" value="/"/>
<!-- Install -->
<server name="SERVER_SOFTWARE" value="TRAVIS APACHE"/>
<!-- Stats data -->
<server name="HTTP_USER_AGENT" value="Travis-CI (PHPUnit\3.7)"/>
<server name="HTTP_HOST" value="travis.com"/>
<server name="HTTP_CLIENT_IP" value="10.10.10.1"/>
<!-- API -->
<request name="format" value="simple"/>
</php>
</phpunit>
1
https://gitee.com/piaoddang/YOURLS.git
git@gitee.com:piaoddang/YOURLS.git
piaoddang
YOURLS
YOURLS
master

搜索帮助