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 50eb9d0 commit d80f919Copy full SHA for d80f919
1 file changed
tests/Command/GenerateCommandTest.php
@@ -554,7 +554,7 @@ public function testGenerationWithoutConfigFileQuestion(): void
554
{
555
// No config file is given.
556
$application = new Application();
557
- $application->add(new GenerateCommand());
+ $application->addCommand(new GenerateCommand());
558
559
$command = $application->find('generate');
560
$commandTester = new CommandTester($command);
0 commit comments