Skip to content

Commit 7c621db

Browse files
committed
Added missing integration tests
1 parent 335b31d commit 7c621db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Coduo/PHPMatcher/MatcherTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ public static function expanderExamples()
231231
array("lorem ipsum", "@[email protected](\"ipsum\")", true),
232232
array("lorem ipsum", "@[email protected](\"IPSUM\", true)", true),
233233
array("lorem ipsum", "@[email protected](\"lorem\")", true),
234+
array("[email protected]", "@[email protected]()", true),
235+
array("lorem ipsum", "@[email protected]()", false),
236+
array("2014-08-19", "@[email protected]()", true),
234237
array(100, "@[email protected](101).greaterThan(10)", true),
235238
array("", "@[email protected]()", false),
236239
array("lorem ipsum", "@[email protected]()", true),

0 commit comments

Comments
 (0)