Skip to content

Commit 61b92b8

Browse files
authored
Update README.md
1 parent 6d1c13e commit 61b92b8

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# PHP Matcher
22

3-
***PHP Matcher*** lets You assert like a gangster in Your test cases, where response can be something you cannot predict
3+
Library created for testing all kind of JSON/XML/TXT/Scalar values against patterns.
44

5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/coduo/php-matcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/coduo/php-matcher/?branch=master)
5+
```php
6+
PHPMatcher::match($value = '{"foo": "bar"}', $pattern = '{"foo": "@string@"}');
7+
```
8+
9+
It was builded to simplify API functional testing.
610

711
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (3.1.*)
812
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=3.0)](https://travis-ci.org/coduo/php-matcher) - 3.0.*
9-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.2)](https://travis-ci.org/coduo/php-matcher) - 2.2.*
10-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.1)](https://travis-ci.org/coduo/php-matcher) - 2.1.*
11-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.0)](https://travis-ci.org/coduo/php-matcher) - 2.0.*
1213

1314
[Readme for master (3.1) version](https://github.com/coduo/php-matcher/tree/master/README.md)
1415
[Readme for 3.0 version](https://github.com/coduo/php-matcher/tree/3.0/README.md)
15-
[Readme for 2.2 version](https://github.com/coduo/php-matcher/tree/2.2/README.md)
16-
[Readme for 2.1 version](https://github.com/coduo/php-matcher/tree/2.1/README.md)
17-
[Readme for 2.0 version](https://github.com/coduo/php-matcher/tree/2.0/README.md)
1816

1917

2018
## Installation
2119

22-
Require new dev dependency using composer (assuming it's installed globally):
20+
Require new dev dependency using composer:
2321

2422
```
2523
composer require --dev "coduo/php-matcher"

0 commit comments

Comments
 (0)