phpstorm配置phpunit,进行php单元测试
程序员文章站
2022-04-20 17:06:43
...
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 中加载,如图
第二个就是phpunit.phar的路径
3.。加载phpunit安装目录:
4.。选择编译器
5,根据curl 模拟访问接口,
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(' ').text(i)); }; $numbering.fadeIn(1700); }); });
以上就介绍了phpstorm配置phpunit,进行php单元测试,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助
推荐阅读
-
mac+php+xdebug+phpstorm在苹果下配置xdebug一波三折
-
phpstorm配置Xdebug进行调试PHP教程
-
使用phpstorm来进行svn提交,phpstormsvn_PHP教程
-
phpstorm 配置,phpstorm_PHP教程
-
PHP IDE PHPStorm配置支持友好Laravel代码提示方法,phpstormlaravel_PHP教程
-
PHP单元测试利器:PHPUnit深入理解(1)_PHP教程
-
PHP IDE PHPStorm配置支持友好Laravel代码提示方法
-
webstorm/phpstorm配置连接ftp快速进行文件比较(上传下载/同步)操作
-
PHP单元测试框架PHPUnit用法详解
-
PHP单元测试配置与使用方法详解