mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ensure kernel shutdown between client creations
This commit is contained in:
parent
cbb89ecf35
commit
d595c17cd4
@ -112,6 +112,7 @@ final class RelationshipApiControllerTest extends WebTestCase
|
|||||||
*/
|
*/
|
||||||
public function testGetRelationshipByPerson(mixed $personId)
|
public function testGetRelationshipByPerson(mixed $personId)
|
||||||
{
|
{
|
||||||
|
self::ensureKernelShutdown();
|
||||||
$client = $this->getClientAuthenticated();
|
$client = $this->getClientAuthenticated();
|
||||||
$client->request(Request::METHOD_GET, sprintf('/api/1.0/relations/relationship/by-person/%d.json', $personId));
|
$client->request(Request::METHOD_GET, sprintf('/api/1.0/relations/relationship/by-person/%d.json', $personId));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user