11 Star 33 Fork 11

罗晓俊 / php-stress-tester

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml.dist 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
罗晓俊 提交于 2018-05-28 09:40 . functions unit test
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<testsuites>
<testsuite name="PHP Stress Tester Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>
PHP
1
https://gitee.com/lb002/php-stress-tester.git
git@gitee.com:lb002/php-stress-tester.git
lb002
php-stress-tester
php-stress-tester
master

搜索帮助