dev-master
9999999-devA list reporter for the Peridot testing framework
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0A list reporter for the Peridot testing framework
MIT
The Requires
The Development Requires
A list reporter for the Peridot testing framework
A simple list 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-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); };
You can run the reporter specs and also preview the reporter in action like so:, (*6)
$ vendor/bin/peridot specs/ -r list
A list reporter for the Peridot testing framework
MIT
A list reporter for the Peridot testing framework
MIT