Skip to content

Commit e2aa35e

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Update console.rst
2 parents 3973538 + a8d437e commit e2aa35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ console::
514514
{
515515
public function testExecute(): void
516516
{
517-
$kernel = self::bootKernel();
518-
$application = new Application($kernel);
517+
self::bootKernel();
518+
$application = new Application(self::$kernel);
519519

520520
$command = $application->find('app:create-user');
521521
$commandTester = new CommandTester($command);

0 commit comments

Comments
 (0)