Skip to content

Commit 25dae6c

Browse files
epitrejaviereguiluz
authored andcommitted
Correction for testing commands
The kernel has to be booted and not created
1 parent 76423b6 commit 25dae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ console::
361361
{
362362
public function testExecute()
363363
{
364-
$kernel = static::createKernel();
364+
$kernel = self::bootKernel();
365365
$application = new Application($kernel);
366366

367367
$command = $application->find('app:create-user');

0 commit comments

Comments
 (0)