mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Remove deprecation linked to kernel shutdown
This commit is contained in:
@@ -22,12 +22,6 @@ final class AccompanyingPeriodRegulationListControllerTest extends WebTestCase
|
||||
{
|
||||
use PrepareClientTrait;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
self::bootKernel();
|
||||
}
|
||||
|
||||
public function testRegulationList(): void
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
@@ -35,5 +29,7 @@ final class AccompanyingPeriodRegulationListControllerTest extends WebTestCase
|
||||
$client->request('GET', '/fr/person/periods/undispatched');
|
||||
|
||||
$this->assertResponseIsSuccessful();
|
||||
|
||||
self::ensureKernelShutdown();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user