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 18683a7 commit 625e432Copy full SHA for 625e432
console.rst
@@ -513,8 +513,8 @@ console::
513
{
514
public function testExecute()
515
516
- $kernel = self::bootKernel();
517
- $application = new Application($kernel);
+ self::bootKernel();
+ $application = new Application(self::$kernel);
518
519
$command = $application->find('app:create-user');
520
$commandTester = new CommandTester($command);
0 commit comments