Created
September 20, 2011 08:46
-
-
Save havvg/1228667 to your computer and use it in GitHub Desktop.
An example configuration for the BDD Experiment for Sismo
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
| <?php | |
| $projects = array(); | |
| $notifier = new Sismo\GrowlNotifier(''); | |
| // more projects .. | |
| $bddExperiment = new Sismo\GithubProject('BDD Experiment (local)', '/Users/havvg/Web Development/Symfony2/BDD Experiment/', $notifier); | |
| $bddExperiment->setCommand('php app/console behat -e test'); | |
| $projects[] = $bddExperiment; | |
| return $projects; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment