Last active
December 11, 2015 04:48
-
-
Save Sitebase/4547297 to your computer and use it in GitHub Desktop.
Requirements for unit testing
This file contains 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
## Install ## | |
* nodejs: http://nodejs.org/download/ (how to guide for win if needed: http://dailyjs.com/2012/05/03/windows-and-node-1/) | |
* pear | |
* phpunit: | |
* pear channel-discover pear.phpunit.de | |
* pear install phpunit/PHPUnit | |
* jshint: npm install jshint | |
## Sublime config ## | |
https://github.com/Sitebase/sublime-config | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment