https://github.com/peridot-php/peridot-dot-reporter
A dot style reporter for the Peridot testing framework
https://github.com/peridot-php/peridot-dot-reporter
Last synced: about 1 year ago
JSON representation
A dot style reporter for the Peridot testing framework
- Host: GitHub
- URL: https://github.com/peridot-php/peridot-dot-reporter
- Owner: peridot-php
- License: mit
- Created: 2014-11-11T01:16:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T23:38:12.000Z (over 9 years ago)
- Last Synced: 2025-06-09T09:55:50.435Z (about 1 year ago)
- Language: PHP
- Homepage: http://peridot-php.github.io/
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Peridot Dot Reporter
====================
[](https://travis-ci.org/peridot-php/peridot-dot-reporter) [](http://hhvm.h4cc.de/package/peridot-php/peridot-dot-reporter)
A simple dot matrix reporter for the Peridot testing framework.

##Usage
We recommend installing the reporter to your project via composer:
```
$ composer require --dev peridot-php/peridot-dot-reporter:~1.0
```
You can register the reporter via your [peridot.php](http://peridot-php.github.io/#plugins) file.
```php