首页 > Web开发 > 详细

linux centos6.5 php5.6 安装PHPUnit 5.2.9 (转)

时间:2017-07-25 09:57:09      阅读:468      评论:0      收藏:0      [点我收藏+]

转自: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
[sql] view plain copy
 
  1. <span class="comment" style="color:rgb(153,153,136); font-style:italic">[root@localhost local]# phpunit  
  2. PHPUnit 5.2.9 by Sebastian Bergmann and contributors.  
  3. </span>  

 

如上输入phpunit查看到版本号即安装成功!

linux centos6.5 php5.6 安装PHPUnit 5.2.9 (转)

原文:http://www.cnblogs.com/yueminghai/p/7232155.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!