File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Matcher
2
2
3
- Library created for testing all kind of JSON/XML/TXT/Scalar values against patterns.
3
+ Library created for testing all kinds of JSON/XML/TXT/Scalar values against patterns.
4
4
5
5
``` php
6
6
PHPMatcher::match($value = '{"foo": "bar"}', $pattern = '{"foo": "@string@"}');
7
7
```
8
8
9
- It was builded to simplify API functional testing.
9
+ It was built to simplify API's functional testing.
10
10
11
- * [ ![ Build Status] ( https://travis-ci.org/coduo/php-matcher.svg )] ( https://travis-ci.org/coduo/php-matcher ) - master (3.1 .* )
12
- * [ ![ Build Status] ( https://travis-ci.org/coduo/php-matcher.svg?branch=3.0 )] ( https://travis-ci.org/coduo/php-matcher ) - 3.0 .*
11
+ * [ ![ Build Status] ( https://travis-ci.org/coduo/php-matcher.svg )] ( https://travis-ci.org/coduo/php-matcher ) - master (3.2 .* )
12
+ * [ ![ Build Status] ( https://travis-ci.org/coduo/php-matcher.svg?branch=3.1 )] ( https://travis-ci.org/coduo/php-matcher ) - 3.1 .*
13
13
14
- [ Readme for master (3.1 ) version] ( https://github.com/coduo/php-matcher/tree/master/README.md )
15
- [ Readme for 3.0 version] ( https://github.com/coduo/php-matcher/tree/3.0 /README.md )
14
+ [ Readme for master (3.2 ) version] ( https://github.com/coduo/php-matcher/tree/master/README.md )
15
+ [ Readme for 3.1 version] ( https://github.com/coduo/php-matcher/tree/3.1 /README.md )
16
16
17
17
18
18
## Installation
You can’t perform that action at this time.
0 commit comments