Skip to content

Commit f2ce1b3

Browse files
committed
Add test case for Username
1 parent 0a976bc commit f2ce1b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Rules/UsernameTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function provider()
4343
[false, 'a b c'],
4444
[false, 'foobar'],
4545
[false, '😀'],
46+
[false, 'john😀'],
4647
];
4748
}
4849
}

0 commit comments

Comments
 (0)