We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c828b0a commit d180ca1Copy full SHA for d180ca1
framework/core/tests/integration/api/users/CreateTest.php
@@ -178,7 +178,7 @@ public function admin_can_create_user_with_longest_possible_local_part_email()
178
*/
179
public function admin_cannot_create_user_with_invalid_local_part_email()
180
{
181
- $email = str_repeat('a', 65) . '@machine.local';
+ $email = str_repeat('a', 65).'@machine.local';
182
183
$response = $this->send(
184
$this->request(
0 commit comments