Skip to content

peridot-php/peridot-dot-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peridot Dot Reporter

Build Status HHVM Status

A simple dot matrix reporter for the Peridot testing framework.

Peridot dot reporter

##Usage

We recommend installing the reporter to your project via composer:

$ composer require --dev peridot-php/peridot-dot-reporter:~1.0

You can register the reporter via your peridot.php file.

<?php

use Evenement\EventEmitterInterface;
use Peridot\Reporter\Dot\DotReporterPlugin;

return function(EventEmitterInterface $emitter) {
    $dot = new DotReporterPlugin($emitter);
};

##Running reporter tests

You can run the reporter specs and also preview the reporter in action like so:

$ vendor/bin/peridot specs/ -r dot

About

A dot style reporter for the Peridot testing framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages