Setup PHPUnit for netbeans and xampp -


i'm struggling setup phpunit (3.7.20) in netbeans (7.3) , xampp. when create new project code under c:\xampp\htdocs, can run test in netbeans without problems.

however use virtual hosts code. code under d:\path\to.

when run c:\xampp\php>phpunit.bat --bootstrap d:\path\to\tests\bootstrap.php d :\path\to\tests\module\application\src\mycontrollertest.php in windows console test executes fine.

when try use netbeans same task, skeleton generator works fine. if want test file "perhaps error occurred, verify in output window." test result. the output window gives "das system kann den angegebenen pfad nicht finden." ("the system cannot find given path").

do know how can fix problem? can see what's going wrong?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -