Skip to content

Instantly share code, notes, and snippets.

@havvg
Created September 20, 2011 08:46
Show Gist options
  • Save havvg/1228667 to your computer and use it in GitHub Desktop.
Save havvg/1228667 to your computer and use it in GitHub Desktop.
An example configuration for the BDD Experiment for Sismo
<?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