Allowed guest users to access impressum

This commit is contained in:
Kevin Frantz
2019-01-01 22:36:55 +01:00
parent 3efa57f29a
commit 130682ef6c
3 changed files with 57 additions and 31 deletions

View File

@@ -67,9 +67,6 @@ class RightRepositoryTest extends KernelTestCase
$this->entityManager->persist($this->right);
$this->entityManager->flush();
$rightId = $this->right->getId();
/*
* @var RightInterface
*/
$this->loadedRight = $this->rightRepository->find($rightId);
$this->assertEquals($rightId, $this->loadedRight->getId());
$this->assertEquals(self::PRIORITY, $this->loadedRight->getPriority());