2017 © Pedro Peláez
 

library peridot-list-reporter

A list reporter for the Peridot testing framework

image

peridot-php/peridot-list-reporter

A list reporter for the Peridot testing framework

  • Tuesday, January 6, 2015
  • by brianium
  • Repository
  • 3 Watchers
  • 1 Stars
  • 6,851 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Peridot List Reporter

Build Status HHVM Status, (*1)

A simple list reporter for the Peridot testing framework., (*2)

Peridot list reporter, (*3)

Usage

We recommend installing the reporter to your project via composer:, (*4)

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

You can register the reporter via your peridot.php file., (*5)

<?php
use Peridot\Reporter\ListReporter\ListReporterPlugin;

return function(EventEmitterInterface $emitter) {
    $list = new ListReporterPlugin($emitter);
};

Running reporter tests

You can run the reporter specs and also preview the reporter in action like so:, (*6)

$ vendor/bin/peridot specs/ -r list

The Versions

06/01 2015

dev-master

9999999-dev

A list reporter for the Peridot testing framework

  Sources   Download

MIT

The Requires

 

The Development Requires

12/11 2014

1.0.0

1.0.0.0

A list reporter for the Peridot testing framework

  Sources   Download

MIT

The Requires

 

The Development Requires