You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!in_array($entityClass, $this->entityClasses)) {
237
+
$this->entityClasses[] = $entityClass;
238
+
} else {
239
+
thrownewEntityClassConfigException(
240
+
sprintf(
241
+
'It seems entity class "%s" has been configured more than once inside "indexed_entities" section. You can not have different config for the single entity class',
* @expectedExceptionMessage It seems entity class "Mdiyakov\DoctrineSolrBundle\Tests\Config\Entity\MyEntity" has been configured more than once inside "indexed_entities" section. You can not have different config for the single entity class
0 commit comments