I have installed eclipse Kepler 4.3 and phpunit 4.1 using composer, (I am not using PEAR at all). The variables are all in my path, (added by composer).
phpunit from the command line works just fine.
But eclipse still cannot recognise the php code/classes, this makes developing a bit more tedious than I used to.
I have tried to add the /path/composer/vendor path to my external path in eclipse, but the path is not picked up.
Any suggestions on how I could add autocomplete to eclipse?