Closed
Description
This is the new code allowed by this change:
// Before
static::bootKernel($options);
$client = static::$kernel->getContainer()->get('test.client');
// after
$kernel = static::bootKernel($options)
$client = $kernel->getContainer()->get('test.client');
Not sure if we should mention or explain this.
Metadata
Metadata
Assignees
Labels
A Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.