We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c372c commit 678c744Copy full SHA for 678c744
src/Knp/PhpSpec/WellDone/Extension.php
@@ -18,14 +18,6 @@ public function load(ServiceContainer $container)
18
$this->setupLocators($container);
19
$this->setupFormatter($container);
20
$this->setupUtils($container);
21
- $this->setupApplication($container);
22
- }
23
-
24
- protected function setupApplication(ServiceContainer $container)
25
- {
26
- $app = $GLOBALS['app'];
27
28
- $app->add($container->get('console.commands.status'));
29
}
30
31
protected function setupCommands(ServiceContainer $container)
0 commit comments