Minor - comment extra field

pull/4020/head
Julio 4 years ago
parent be25f475c7
commit ce0ad53824
  1. 2
      tests/CoreBundle/Controller/AccountControllerTest.php

@ -27,7 +27,7 @@ class AccountControllerTest extends WebTestCase
$client->submitForm('Update profile', [
'profile[firstname]' => 'admin firstname',
'profile[email]' => 'test@test.com',
'profile[mail_notify_invitation]' => 1,
//'profile[mail_notify_invitation]' => 1,
]);
$this->assertResponseRedirects('/account/home');

Loading…
Cancel
Save