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 11# PHP Matcher
22
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.
44
55``` php
66PHPMatcher::match($value = '{"foo": "bar"}', $pattern = '{"foo": "@string@"}');
77```
88
9- It was builded to simplify API functional testing.
9+ It was built to simplify API's functional testing.
1010
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 .*
1313
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 )
1616
1717
1818## Installation
You can’t perform that action at this time.
0 commit comments