|
|
@ -543,6 +543,7 @@ class SessionRepositoryTest extends AbstractApiTest |
|
|
|
public function testSessionRelUser(): void |
|
|
|
public function testSessionRelUser(): void |
|
|
|
{ |
|
|
|
{ |
|
|
|
$em = $this->getEntityManager(); |
|
|
|
$em = $this->getEntityManager(); |
|
|
|
|
|
|
|
|
|
|
|
/** @var SessionRepository $sessionRepo */ |
|
|
|
/** @var SessionRepository $sessionRepo */ |
|
|
|
$sessionRepo = self::getContainer()->get(SessionRepository::class); |
|
|
|
$sessionRepo = self::getContainer()->get(SessionRepository::class); |
|
|
|
|
|
|
|
|
|
|
|