Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit cedbe96

Browse files
committed
Document project's end of life
1 parent bf25a31 commit cedbe96

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
[![Build Status](https://travis-ci.org/hollodotme/phpunit-testdox-markdown.svg?branch=master)](https://travis-ci.org/hollodotme/phpunit-testdox-markdown)
2-
[![Latest Stable Version](https://poser.pugx.org/hollodotme/phpunit-testdox-markdown/v/stable)](https://packagist.org/packages/hollodotme/phpunit-testdox-markdown)
3-
[![Total Downloads](https://poser.pugx.org/hollodotme/phpunit-testdox-markdown/downloads)](https://packagist.org/packages/hollodotme/phpunit-testdox-markdown)
4-
[![Coverage Status](https://coveralls.io/repos/github/hollodotme/phpunit-testdox-markdown/badge.svg?branch=master)](https://coveralls.io/github/hollodotme/phpunit-testdox-markdown?branch=master)
1+
[![Latest Stable Version](https://poser.pugx.org/hollodotme/phpunit-testdox-markdown/v/stable)](https://packagist.org/packages/hollodotme/phpunit-testdox-markdown)
2+
[![Total Downloads](https://poser.pugx.org/hollodotme/phpunit-testdox-markdown/downloads)](https://packagist.org/packages/hollodotme/phpunit-testdox-markdown)
53

64
# PHPUnit\TestListeners\TestDox
75

6+
## END OF LIFE
7+
8+
**Please note:** This project won't receive updates or fixes anymore and was marked as "abandoned" at packagist.org.
9+
10+
However, if you find this code useful in any way, feel free to fork, change and re-publish it. The MIT license applies.
11+
812
## Description
913

1014
A PHPUnit test listener that creates a testdox markdown file with grouped dataset output
1115

1216
## Requirements
1317

1418
* PHP >= 7.1
15-
* PHPUnit >= 7.0
19+
* PHPUnit >= 7.0
1620

1721
## Installation
1822

0 commit comments

Comments
 (0)