mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-05 08:51:24 +00:00
replace more doctrine shortcuts by fqdn
This commit is contained in:
@@ -70,7 +70,7 @@ final class PersonAddressControllerTest extends WebTestCase
|
||||
$this->em = self::$kernel->getContainer()
|
||||
->get('doctrine.orm.entity_manager');
|
||||
|
||||
$this->postalCode = $this->em->getRepository('ChillMainBundle:PostalCode')
|
||||
$this->postalCode = $this->em->getRepository(\Chill\MainBundle\Entity\PostalCode::class)
|
||||
->findOneBy(['code' => 1000]);
|
||||
|
||||
$this->client = self::createClient([], [
|
||||
|
||||
Reference in New Issue
Block a user