Skip to content

Commit 361aec7

Browse files
masseelchnorberttech
authored andcommitted
Adding count()-Expander to readme (#117)
* Update README.md You do have a count-expander but it is not referenced in readme. * Update README.md
1 parent a5e7368 commit 361aec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ $matcher->getError(); // returns null or error message
8484
* ``oneOf(...$expanders)`` - example usage ``"@[email protected](contains('foo'), contains('bar'), contains('baz'))"``
8585
* ``matchRegex($regex)`` - example usage ``"@[email protected]('/^lorem.+/')"``
8686
* ``optional()`` - work's only with ``ArrayMatcher``, ``JsonMatcher`` and ``XmlMatcher``
87+
* ``count()`` - work's only with ``ArrayMatcher`` - example usage ``"@[email protected](5)"``
8788
* ``repeat($pattern, $isStrict = true)`` - example usage ``'@[email protected]({"name": "foe"})'`` or ``"@[email protected]('@string@')"``
8889

8990
## Example usage

0 commit comments

Comments
 (0)