Hi Guys,
I am desperately trying to install phpunit on my windows/apache2.2/php5.
I tried Google for hours, but failed to find a good tutorial, can somebody please guide on how I do this?
Cheers
dug
| SitePoint Sponsor |



Hi Guys,
I am desperately trying to install phpunit on my windows/apache2.2/php5.
I tried Google for hours, but failed to find a good tutorial, can somebody please guide on how I do this?
Cheers
dug

have you looked here? http://www.phpunit.de/manual/current...tallation.html
phpunit is installed via PEAR, so if you don't already have PEAR installed do that first.
Check out our new Industry News forum!
Keep up-to-date with the latest SP news in the Community Crier
I edit the SitePoint Podcast



longneck,
i saw that link, but its making more sense now. When installing pear from cmd
c:\php>go_pear.bat i am given a suggested file layout for the installation. do I need to change any of these?
1. Installation base ($prefix) : C:\php
2. Temporary directory for processing : C:\php\tmp
3. Temporary directory for downloads : C:\php\tmp
4. Binaries directory : C:\php
5. PHP code directory ($php_dir) : C:\php\pear
6. Documentation directory : C:\php\pear\docs
7. Data directory : C:\php\pear\data
8. Tests directory : C:\php\pear\tests
9. Name of configuration file : C:\WINDOWS\pear.ini
10. Path to CLI php.exe : C:\php\.
Bookmarks