replace fqdn in event bundle

This commit is contained in:
2022-04-30 00:42:03 +02:00
parent d0cc0e775f
commit 6da19b0135
7 changed files with 29 additions and 29 deletions

View File

@@ -90,7 +90,7 @@ final class EventSearchTest extends WebTestCase
->findOneBy(['name' => 'Center A']);
$this->eventType = $this->entityManager
->getRepository('ChillEventBundle:EventType')
->getRepository(\Chill\EventBundle\Entity\EventType::class)
->findAll()[0];
$this->createEvents();