Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPUnit's Skeleton Generator scripts doesn't exist

Tags:

php

phpunit

pear

I had been trying to use PHPUnit on Netbeans so I installed it using pear, however, when I try to set up the path to the Skeleton Generator scripts(phpunit-skelgen.bat) in the options menu, I am unable to find the path to the phpunit-skelgen.bat.Only the PHPUnit script exists in (D:\xampp\php\phpunit.bat).I've read couple of tutorials on how to install but it doesn't work.

like image 434
Jennifer Avatar asked Apr 05 '14 07:04

Jennifer


1 Answers

Although the skeleton generator is mentioned in the PHPUnit documentation, it is not bundled with PHPUnit, you have to download it separately here https://github.com/sebastianbergmann/phpunit-skeleton-generator

like image 89
raiz media Avatar answered Sep 19 '22 00:09

raiz media