Hi there,
I'm using mampstack 5.4.11 (Mac OS X 10.6). The stack is up and running but I can't get PHPUnit / skelgen to work with Netbeans. Running phpunit via mac Terminal works just fine but calling either of them via Netbeans results in:
"phpunit-skelgen: line 2: ?php: No such file or directory"
Looks like it didn't parse the actual php code.
I've no goddamn idea why it would run within the Terminal but not within Netbeans. PHP interpreter is set to /Applications/mampstack-5.4.11/php/bin/php within Netbeans config. Include paths are set and working.
Any ideas?
---- edit:
I found this and this which is similar but sadly doesn't help at all.