Installing PHPUnit on windows Wamp
Once you have installed and setup WAMP, open up the command prompt and go to your php directory in WAMP C:\>cd wamp\bin\php\php5.2.5 From here you must run the go-pear.bat file to installĀ PEARĀ and all the files needed for it C:\wamp\bin\php\php5.2.5>go-pear.bat When […]
Installing PHPUnit on windows xampp
First off I’m assuming xampp is installed to C:\xampp 1. Open a command prompt and go to C:\xampp\php 2. Type “pear update-channels” (updates channel definitions) 3. Type “pear upgrade” (upgrades all existing packages and pear) 4. Type “pear channel-discover components.ez.no” […]