我昨晚安装了xampp 3.2.1和netBeans 8.0,试图制作一些Yii框架项目。
我尝试为netBeans配置phpUnit并打开tools->options->php-> framework&tools
问我phpunit脚本,我发现它在哪里,c:xamppphpphpunit.bat
但下一个是phpunit-skelgen,我不知道在哪里找到…
XAMPP for Netbeans中的phpunit-skelgen可以通过使用XAMPP shell来添加。
- 打开XAMPP控制面板,点击shell按钮进入XAMPP shell。
- 类型
pear install phpunit/PHPUnit_SkeletonGenerator
。按Enter键安装phpunit-skelgen。 - 打开工具>选项>框架和工具单击骨架生成器脚本旁边的搜索按钮。如果phpunit_skeleton - generator已经成功安装,它将显示
C:xamppphpphpunit-skelgen.bat
。