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
- Host: GitHub
- URL: https://github.com/peridot-php/peridot-list-reporter
- Owner: peridot-php
- License: mit
- Created: 2014-11-12T01:29:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T21:08:47.000Z (over 11 years ago)
- Last Synced: 2025-02-19T11:16:28.268Z (over 1 year ago)
- Language: PHP
- Homepage: http://peridot-php.github.io/
- Size: 219 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Peridot List Reporter
=====================
[](https://travis-ci.org/peridot-php/peridot-list-reporter) [](http://hhvm.h4cc.de/package/peridot-php/peridot-list-reporter)
A simple list reporter for the Peridot testing framework.

##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