操作系统版本: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查看到版本号即安装成功!

相关文章:

  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-05-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2021-12-16
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案