Created
December 22, 2013 15:44
-
-
Save ferlyz05/8084365 to your computer and use it in GitHub Desktop.
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
Edit index-test.php: | |
$boot=dirname(__FILE__).'/protected/tests/bootstrap.php'; | |
require_once($boot); | |
- Run CMD as Administrator | |
- cd C:\xampp\htdocs\contest2\protected\tests | |
- pear config-set auto_discover 1 | |
- pear install pear.symfony.com/Yaml | |
- pear install --alldeps pear.phpunit.de/PHPUnit | |
- pear install Testing_Selenium-beta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment