Skip to content

Commit ef9588b

Browse files
apetitpafabpot
authored andcommitted
Add a test case to prevent future regressions
1 parent 01a69b9 commit ef9588b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Constraints/EmailValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function getInvalidEmails()
9696
array('example@'),
9797
array('example@localhost'),
9898
array('[email protected] bar'),
99+
array('[email protected]@'),
99100
);
100101
}
101102

0 commit comments

Comments
 (0)