dev-master
9999999-devA dot reporter for the Peridot testing framework
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0A dot reporter for the Peridot testing framework
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A dot reporter for the Peridot testing framework
A simple dot matrix reporter for the Peridot testing framework., (*2)
, (*3)
We recommend installing the reporter to your project via composer:, (*4)
$ composer require --dev peridot-php/peridot-dot-reporter:~1.0
You can register the reporter via your peridot.php file., (*5)
<?php
use Evenement\EventEmitterInterface;
use Peridot\Reporter\Dot\DotReporterPlugin;
return function(EventEmitterInterface $emitter) {
$dot = new DotReporterPlugin($emitter);
};
You can run the reporter specs and also preview the reporter in action like so:, (*6)
$ vendor/bin/peridot specs/ -r dot
A dot reporter for the Peridot testing framework
MIT
A dot reporter for the Peridot testing framework
MIT