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

tests/MatcherTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public static function expanderExamples()
383383
[[], ['unexistent_key' => '@[email protected]()'], true],
384384
[[], ['unexistent_key' => '@[email protected]()'], true],
385385
[[], ['unexistent_key' => '@[email protected]()'], true],
386+
[['Norbert', 'Michał'], '@[email protected]("@string@")', true],
386387
];
387388
}
388389

0 commit comments

Comments
 (0)