码迷,mamicode.com
首页 > Windows程序 > 详细

windows下phpunit安装

时间:2018-04-04 15:00:49      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:tail   环境变量   started   serve   install   tin   target   http   运行命令   

 

1.根据phpunit官方手册,安装PHPUnit需要这些扩展:dom,json,pcre,reflection,spl,如果你安装的是wampserver环境,这些扩展默认是开启的。

2.配置php环境变量,如何配置,自己百度

3.下载PHPUnit,(官方下载地址),根据自己的版本下载对应的PHPUnit版本,我这里的php是5.5的,所以我下载的是4.8版本的PHPUnit

4.下载后将下载文件重命名为phpunit.phar,并放到任意的一个目录,我这里放到F:/phpunit目录下

5.配置环境变量,将F:/phpunit配置到环境变量中。

6.在cmd里面,进入到F:/phpunit下,你自己是什么目录,就进入到自己对应的目录

7.输入

echo @php "%~dp0phpunit.phar" %* > phpunit.cmd  

回车,然后在输入phpunit --version回车,如果出现PHPUnit 4.8.28 by Sebastian Bergmann and contributors.就说明安装成功!

 

其实和composer安装一样,把phar文件放在一个环境变量目录里面, 在建立一个bat文件,运行命令是,让bat文件,运行phar.

 

 

 

转 :https://blog.csdn.net/wangyibo5843/article/details/53183321

参考:http://www.phpunit.cn/getting-started.html

 

https://phpunit.de/manual/5.7/zh_cn/installation.html#installation.phar.windows

 

windows下phpunit安装

标签:tail   环境变量   started   serve   install   tin   target   http   运行命令   

原文地址:https://www.cnblogs.com/fps2tao/p/8716338.html

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