库什基 / 库什基-php
PHP库,用于与库什基支付集成
1.2.3
2017-05-03 04:04 UTC
Requires
- nategood/httpful: ^0.2.20
Requires (Dev)
- phpunit/php-code-coverage: ^3.3.3
- phpunit/phpunit: 5.3.*
This package is not auto-updated.
Last update: 2024-09-27 14:31:01 UTC
README
文档
要使用phpunit运行测试
- 请按照以下链接安装phpunit:https://phpunit.de/manual/current/en/installation.html
wget https://phar.phpunit.de/phpunit.phar chmod +x phpunit.phar sudo mv phpunit.phar /usr/local/bin/phpunit phpunit --version
- 运行测试
./runTest.sh
要生成测试覆盖率报告,您需要
- 使用http://xdebug.org/wizard.php向导安装xdebug
- 创建一个用于存储报告的文件夹,例如 "reports"
- 根据需要,在phpunit的执行行中添加或删除"--coverage-html reports"参数