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 d408cf9 commit f92de81Copy full SHA for f92de81
tests/CoreBundle/Controller/AccountControllerTest.php
@@ -27,6 +27,7 @@ public function testEdit(): void
27
$client->submitForm('Update profile', [
28
'profile[firstname]' => 'admin firstname',
29
'profile[email]' => 'test@example.com',
30
+ 'profile[locale]' => 'eu_ES',
31
// 'profile[mail_notify_invitation]' => 1,
32
]);
33
$this->assertResponseRedirects('/account/home');
0 commit comments