replace fqdn in customfields bundle

This commit is contained in:
2022-04-30 00:46:48 +02:00
parent 6da19b0135
commit f26d50a3a8
10 changed files with 22 additions and 19 deletions

View File

@@ -180,7 +180,7 @@ final class TimelineProviderTest extends WebTestCase
private function getHousingCustomFieldsGroup()
{
$groups = self::$em
->getRepository('ChillCustomFieldsBundle:CustomFieldsGroup')
->getRepository(\Chill\CustomFieldsBundle\Entity\CustomFieldsGroup::class)
->findAll();
foreach ($groups as $group) {