Skip to content

Commit f4d7b04

Browse files
Merge pull request #3 from nopenopenope/adapt-readme
Add poser buttons.
2 parents 251efe0 + 0eb50c1 commit f4d7b04

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
[![Latest Stable Version](http://poser.pugx.org/seec/phpunit-consecutive-params/v)](https://packagist.org/packages/seec/phpunit-consecutive-params) [![Total Downloads](http://poser.pugx.org/seec/phpunit-consecutive-params/downloads)](https://packagist.org/packages/seec/phpunit-consecutive-params) [![Latest Unstable Version](http://poser.pugx.org/seec/phpunit-consecutive-params/v/unstable)](https://packagist.org/packages/seec/phpunit-consecutive-params) [![License](http://poser.pugx.org/seec/phpunit-consecutive-params/license)](https://packagist.org/packages/seec/phpunit-consecutive-params) [![PHP Version Require](http://poser.pugx.org/seec/phpunit-consecutive-params/require/php)](https://packagist.org/packages/seec/phpunit-consecutive-params)
2+
13
### PHPUnit Consecutive Parameters
24

3-
After [PHPUnit has removed the possibility](https://github.com/sebastianbergmann/phpunit/issues/4026) to use `withConsecutive`, which was used by thousand of UnitTests, developers need a replacement which is not offered in a neat way at the moment.
5+
After [PHPUnit has removed the possibility](https://github.com/sebastianbergmann/phpunit/issues/4026) to
6+
use `withConsecutive`, which was used by thousand of UnitTests, developers need a replacement which is not offered in a
7+
neat way at the moment.
48

5-
Until this problem is solved directly in PHPUnit, this library offers a simple solution to use a replacement of `withConsecutive` again.
9+
Until this problem is solved directly in PHPUnit, this library offers a simple solution to use a replacement
10+
of `withConsecutive` again.
611

712
## Installation
813

@@ -40,6 +45,7 @@ final class TestRunnerContextTest extends TestCase
4045
```
4146

4247
Another example for automatic replacement in correctly formatted code:
48+
4349
```php
4450
->withConsecutive(
4551
['a', 'b'],

0 commit comments

Comments
 (0)