php - NetBeans, code completion for PHPUNit not working. (Windows) -


i've followed these steps phpunit working in netbeans in windows:

  1. download phpunit.phar , save c:\phpbin
  2. follow instructions under windows heading here
  3. set path variables , netbeans global/project settings

everything's working, except don't have code completion working phpunit. example, if type:

$this->asser

i expect show list of various assert statements. doesn't.

i tried following this guide working, don't know phpunit source files are, cannot add netbean's php global include path per instructions.

where source files? or there way autocompletion correctly configured?

thanks

you should have php windows installation. when last did using pear (which deprecated) phpunit installed under root of php web server. bet phar puts in same place.

once done, typically have set bootstrap tells netbeans executables, directories , such. oddly enough the netbeans tutorial doesn't mention have extend phpunit class test. should give autocomplete seek.

class classtest extends phpunit_framework_testcase {  } 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -