Skip to content

Commit b9e931a

Browse files
baruicaxabbuh
authored andcommitted
KernelTestCase::createKernel() is static, $this->createKernel() -> static::createKernel()
1 parent 1d3a10c commit b9e931a

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
@@ -273,7 +273,7 @@ you can extend your test from
273273
{
274274
public function testExecute()
275275
{
276-
$kernel = $this->createKernel();
276+
$kernel = static::createKernel();
277277
$kernel->boot();
278278

279279
$application = new Application($kernel);

0 commit comments

Comments
 (0)