Skip to content

Commit 669804b

Browse files
authored
Correction for testing commands
The kernel has to be booted and not created
1 parent 49d5929 commit 669804b

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
@@ -390,7 +390,7 @@ console::
390390
{
391391
public function testExecute()
392392
{
393-
$kernel = static::createKernel();
393+
$kernel = self::bootKernel();
394394
$application = new Application($kernel);
395395

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

0 commit comments

Comments
 (0)