Skip to content

Commit 01ec0db

Browse files
committed
Added repeat patter expander test
1 parent ae1bb37 commit 01ec0db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/MatcherTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public static function expanderExamples()
383383
[[], ['unexistent_key' => '@text@.optional()'], true],
384384
[[], ['unexistent_key' => '@uuid@.optional()'], true],
385385
[[], ['unexistent_key' => '@xml@.optional()'], true],
386+
[['Norbert', 'Michał'], '@array@.repeat("@string@")', true],
386387
];
387388
}
388389

0 commit comments

Comments
 (0)