当前位置:Gxlcms > PHP教程 > php新手----WAMP集成环境下安装Pear和PHPUnit--成功!

php新手----WAMP集成环境下安装Pear和PHPUnit--成功!

时间:2021-07-01 10:21:17 帮助过:7人阅读

wamp环境下安装 phpunit
之前查找了很多资料,明明有个前辈的博客里写了我上一篇文章的安装方法已经过期了,我还是按照那个来,结果,安装的时候,一直报错
php新手----WAMP集成环境下安装Pear和PHPUnit --成功!

命令执行了 N+ 次,确定了不是网络的缘故之后,我翻到了他们官网的文档,地址:https://phpunit.de/manual/5.0/en/installation.html ,之前已经申明过,环境为:win8 64bit + php5.3.10 + Apache2.2.21

找到 Windows的安装方法
php新手----WAMP集成环境下安装Pear和PHPUnit --成功!

  1. php的安装目录,配置环境变量,图中的1、2步,其实可以简化为一步
    php新手----WAMP集成环境下安装Pear和PHPUnit --成功!

  2. 将 https://phar.phpunit.de/phpunit.phar文件下载到 php安装目录下,比如我的就是:E:\phptools\wampServer\wamp\bin\php\php5.3.10

  3. Windows+R 调出 cmd 命令行工具

  4. 创建phpunit脚本
    先切换到你的php安装目录下
    输入命令: echo @php “%~dp0phpunit.phar” %* > phpunit.cmd
    命令执行后,会在php安装目录下生成 phpunit.cmd脚本
    php新手----WAMP集成环境下安装Pear和PHPUnit --成功!

    exit 命令,退出cmd
    然后重新打开一个命令行窗口,用命令:phpunit –version 就可以检测是否安装成功!

php新手----WAMP集成环境下安装Pear和PHPUnit --成功!

折腾了那么久,还是看官方的最新版比较好~~~一个下午,就改了几个静态页面,时间都耗在这里了,希望大家可以参考,提高效率!

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
  • ').text(i)); }; $numbering.fadeIn(1700); }); });

    以上就介绍了php新手----WAMP集成环境下安装Pear和PHPUnit --成功!,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

  • 人气教程排行