Skip to content

Commit f3f4901

Browse files
committed
making test 3.4-compat
1 parent 8f46cc2 commit f3f4901

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Maker/MakeRegistrationForm.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ public function configureCommand(Command $command, InputConfiguration $inputConf
6767
->setDescription('Creates a new registration form system')
6868
->setHelp(file_get_contents(__DIR__.'/../Resources/help/MakeRegistrationForm.txt'))
6969
;
70-
71-
$inputConf->setArgumentAsNonInteractive('user-class');
72-
$inputConf->setArgumentAsNonInteractive('username-field');
73-
$inputConf->setArgumentAsNonInteractive('password-field');
7470
}
7571

7672
public function interact(InputInterface $input, ConsoleStyle $io, Command $command)

tests/fixtures/MakeRegistrationFormNoGuessing/config/packages/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ security:
22
encoders:
33
App\Entity\User: bcrypt
44

5+
providers:
6+
in_memory: { memory: ~ }
7+
58
firewalls:
69
main_other:
710
anonymous: true

0 commit comments

Comments
 (0)