mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
Remove deprecation linked to kernel shutdown
This commit is contained in:
@@ -23,8 +23,15 @@ final class PermissionApiControllerTest extends WebTestCase
|
||||
{
|
||||
use PrepareClientTrait;
|
||||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
|
||||
public function testDenormalizingObject()
|
||||
{
|
||||
// for a unknown reason, the kernel may be booted before running this test...
|
||||
self::ensureKernelShutdown();
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
||||
$client->request(
|
||||
|
Reference in New Issue
Block a user