码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2017-07-25 10:20:14      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:span   cal   sql   sha   lan   source   word   查看   highlight   

转自: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 (转)

标签:span   cal   sql   sha   lan   source   word   查看   highlight   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!