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 402bd1d commit 2cb4d82Copy full SHA for 2cb4d82
tests/EndToEnd/LintCommandTest.php
@@ -43,7 +43,7 @@ protected function setUp(): void
43
$this->command = new LintCommand($dispatcher);
44
45
$application = new Application();
46
- $application->add($this->command);
+ $application->addCommand($this->command);
47
$application->setDefaultCommand($this->command->getName());
48
$application->setDispatcher($dispatcher);
49
0 commit comments