Skip to content

Commit 2cb4d82

Browse files
committed
fix SF 8.0 compatibility on e2e tests
1 parent 402bd1d commit 2cb4d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EndToEnd/LintCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function setUp(): void
4343
$this->command = new LintCommand($dispatcher);
4444

4545
$application = new Application();
46-
$application->add($this->command);
46+
$application->addCommand($this->command);
4747
$application->setDefaultCommand($this->command->getName());
4848
$application->setDispatcher($dispatcher);
4949

0 commit comments

Comments
 (0)