Skip to content

Instantly share code, notes, and snippets.

@cordoval
Forked from havvg/config.php
Created September 22, 2011 16:27
Show Gist options
  • Select an option

  • Save cordoval/1235245 to your computer and use it in GitHub Desktop.

Select an option

Save cordoval/1235245 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