An open API service indexing awesome lists of open source software.

https://github.com/peridot-php/peridot-list-reporter

A list reporter for the Peridot testing framework
https://github.com/peridot-php/peridot-list-reporter

Last synced: about 1 year ago
JSON representation

A list reporter for the Peridot testing framework

Awesome Lists containing this project

README

          

Peridot List Reporter
=====================

[![Build Status](https://travis-ci.org/peridot-php/peridot-list-reporter.png)](https://travis-ci.org/peridot-php/peridot-list-reporter) [![HHVM Status](http://hhvm.h4cc.de/badge/peridot-php/peridot-list-reporter.svg)](http://hhvm.h4cc.de/package/peridot-php/peridot-list-reporter)

A simple list reporter for the Peridot testing framework.

![Peridot list reporter](https://raw.github.com/peridot-php/peridot-list-reporter/master/output.png "Peridot list reporter in action")

##Usage

We recommend installing the reporter to your project via composer:

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

You can register the reporter via your [peridot.php](http://peridot-php.github.io/#plugins) file.

```php