phpstorm配置phpunit,进行php单元测试

不言
发布: 2023-02-28 22:20:01
原创
4241 人浏览过

phpstorm配置phpunit,进行php接口单元测试

1。安装php5.6,phpunit5.1,curl

mac 自带的默认是php5.5,需要升级,打开终端,运行:
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6

查看phpunit官网文档,根据文档步骤

wget https://phar.phpunit.de/phpunit.phar$ chmod +x phpunit.phar$ sudo mv phpunit.phar /usr/local/bin/phpunit
$ phpunit --version
PHPUnit 5.1.3 by Sebastian Bergmann and contributors
登录后复制

2。下载phpunit.phar文件,然后在phpstorm 中加载,如图

phpstorm配置phpunit,进行php单元测试

第二个就是phpunit.phar的路径
phpstorm配置phpunit,进行php单元测试

3.。加载phpunit安装目录:

phpstorm配置phpunit,进行php单元测试

4.。选择编译器

phpstorm配置phpunit,进行php单元测试

5,根据curl 模拟访问接口,

&#39;).addClass(&#39;pre-numbering&#39;).hide(); $(this).addClass(&#39;has-numbering&#39;).parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(&#39;
&#39;).text(i)); }; $numbering.fadeIn(1700); }); });
登录后复制

以上就介绍了phpstorm配置phpunit,进行php单元测试,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板