Skip to content

Commit f92de81

Browse files
committed
Test: Add locale field to profile update form in AccountControllerTest
1 parent d408cf9 commit f92de81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CoreBundle/Controller/AccountControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function testEdit(): void
2727
$client->submitForm('Update profile', [
2828
'profile[firstname]' => 'admin firstname',
2929
'profile[email]' => 'test@example.com',
30+
'profile[locale]' => 'eu_ES',
3031
// 'profile[mail_notify_invitation]' => 1,
3132
]);
3233
$this->assertResponseRedirects('/account/home');

0 commit comments

Comments
 (0)