Skip to content

Instantly share code, notes, and snippets.

@stephpy
Created April 11, 2013 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephpy/5364377 to your computer and use it in GitHub Desktop.
Save stephpy/5364377 to your computer and use it in GitHub Desktop.
<?php
use \mageekguy\atoum;
$script->addTestAllDirectory(__DIR__.'/src/Acme/MyBundleBundle/Tests/Units');
$cliReport = $script->addDefaultReport();
$cliReport->addField(new atoum\report\fields\runner\result\logo());
$runner->addReport($cliReport);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment