mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Remove unknown validation_groups
The Profile validation_groups does not exist and then for validation to be skipped (like password length)
This commit is contained in:
parent
5709ecb368
commit
d069bff4f6
2 changed files with 3 additions and 5 deletions
|
@ -30,8 +30,8 @@ class ManageControllerTest extends WallabagCoreTestCase
|
|||
$form = $crawler->selectButton('user.form.save')->form(array(
|
||||
'new_user[username]' => 'test_user',
|
||||
'new_user[email]' => 'test@test.io',
|
||||
'new_user[plainPassword][first]' => 'test',
|
||||
'new_user[plainPassword][second]' => 'test',
|
||||
'new_user[plainPassword][first]' => 'testtest',
|
||||
'new_user[plainPassword][second]' => 'testtest',
|
||||
));
|
||||
|
||||
$client->submit($form);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue