Skip to content

Commit 713094c

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Correction for testing commands
2 parents 5f85823 + ce986ad commit 713094c

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)