Skip to content

Commit

Permalink
Added repeat patter expander test
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 4, 2018
1 parent ae1bb37 commit 01ec0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ public static function expanderExamples()
[[], ['unexistent_key' => '@[email protected]()'], true],
[[], ['unexistent_key' => '@[email protected]()'], true],
[[], ['unexistent_key' => '@[email protected]()'], true],
[['Norbert', 'Michał'], '@[email protected]("@string@")', true],
];
}

Expand Down

0 comments on commit 01ec0db

Please sign in to comment.