linux centos6.5 php5.6 安装PHPUnit 5.2.9 (转)
Posted 花未全开月未圆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux centos6.5 php5.6 安装PHPUnit 5.2.9 (转)相关的知识,希望对你有一定的参考价值。
转自:http://blog.csdn.net/shancunxiaoyazhi/article/details/50765293
操作系统版本:CentOS6.5
PHP版本:5.6
下载phpunit :https://phpunit.de/
安装phpunit步骤:
wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
- <span class="comment" style="color:rgb(153,153,136); font-style:italic">[[email protected] local]# phpunit
- PHPUnit 5.2.9 by Sebastian Bergmann and contributors.
- </span>
如上输入phpunit查看到版本号即安装成功!
以上是关于linux centos6.5 php5.6 安装PHPUnit 5.2.9 (转)的主要内容,如果未能解决你的问题,请参考以下文章