phpunit部署
wget https://phar.phpunit.de/phpunit-7.0.pharchmod +x phpunit-7.0.pharmv phpunit-7.0.phar /usr/local/bin/phpunitphpunit --version
a. 下载测试包:
git clone https://github.com/sebastianbergmann/money.git
b. 进入测试包:
cd money
c. 直接测试:
phpunit --bootstrap src/autoload.php tests
d. 创建 xml 配置文件测试:
d-1. 创建配置文件:
vim phpunit.xml
<phpunit bootstrap="src/autoload.php"><testsuites> <testsuite name="随便取"> <directory>tests</directory> </testsuite></testsuites></phpunit>
d-2. 命令:
phpunit tests
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。