Skip to content

Instantly share code, notes, and snippets.

View Nick974's full-sized avatar

Nicolas Defaÿ Nick974

  • Reunion Island
View GitHub Profile
@Nick974
Nick974 / phpunit_netbeans.bat
Created November 18, 2016 08:00
netbeans 8.0 and PHPunit 4.8.27 bug workaround
REM
REM Fix the "unrecognized option --run" on NetBeans runing PHPUnit
REM
REM Call default phunit.bat (see line 8) with appropriated argument
REM Create this file into the directory holding phpunit.phar, phpunit.bat,...
REM
REM Default content of phpunit.bat :
REM @php "%~dp0phpunit-4.8.27.phar" %*
REM
REM Default content of phpunit-skelgen.bat :