I've been reading up on TDD using PHP and i'm ready to install PHPUnit, however...
- I'm on Win7/64 running WampServer
- I'm reading all these PEAR/PHPUnit install nightmare stories which are making me very leery.
- So I'm considering using Composer to install PHPUNit (to skip the whole PEAR thing, for now).
- Either way, it seems that it's best to have PHP in the PATH, which is not the case for default wampserver setup I suppose (since it's NOT already in my PATH)
I'm a bit confused about exactly which php file I should be adding to the PATH, as my directory (C:\wamp\bin\php\php5.3.10) has the following files:
- php.exe
- php-win.exe
I was planning on using number 1.
Finally, are there any other caveats that I should be aware of.
I'm using NetBeans (and SublimeText2 for front end stuff) and WampServer 2.2
Thanks!
sleeper