Created
April 15, 2014 05:41
-
-
Save mathewka/10705071 to your computer and use it in GitHub Desktop.
Install PHPUNIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" (this is needed for PHPUnit) | |
| 5. Type "pear channel-discover pear.symfony-project.com" (also needed by PHPUnit) | |
| 6. Type "pear channel-discover pear.phpunit.de" (This IS phpunit) | |
| 7. Type "pear install --alldeps phpunit/PHPUnit" (installs PHPUnit and all dependencies) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment