mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
replace more doctrine shortcuts by fqdn
This commit is contained in:
@@ -333,7 +333,7 @@ final class EventSearchTest extends WebTestCase
|
||||
*/
|
||||
protected function getCircle($name = 'social')
|
||||
{
|
||||
$circles = $this->entityManager->getRepository('ChillMainBundle:Scope')
|
||||
$circles = $this->entityManager->getRepository(\Chill\MainBundle\Entity\Scope::class)
|
||||
->findAll();
|
||||
|
||||
/** @var \Chill\MainBundle\Entity\Scope $circle */
|
||||
|
Reference in New Issue
Block a user