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
The DoctrineMongoDBODMBundle assumes that every proxy objects implements ProxyManager\Proxy\GhostObjectInterface, this interface is in the configuration:
4) Doctrine\Bundle\MongoDBBundle\Tests\ServiceRepositoryTest::testInstantiatingServiceRepositoryForUnmappedClass
Failed asserting that exception of type "ReflectionException" matches expected exception "LogicException". Message was: "Interface "ProxyManager\Proxy\GhostObjectInterface" does not exist" at
vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:180
src/Repository/ServiceRepositoryTrait.php:24
tests/DependencyInjection/Fixtures/Bundles/RepositoryServiceBundle/Repository/TestUnmappedDocumentRepository.php:16
tests/ServiceRepositoryTest.php:143
How to reproduce
Run DoctrineMongoDBODMBundle test suite with doctrine/mongodb-odm: 2.10@dev.
Expected behavior
The proxy implementation should not require additional configuration.
The text was updated successfully, but these errors were encountered:
Bug Report
Caused by #2700
Summary
The DoctrineMongoDBODMBundle assumes that every proxy objects implements
ProxyManager\Proxy\GhostObjectInterface
, this interface is in the configuration:Current behavior
Failing tests in DoctrineMongoDBODMBundle
How to reproduce
Run DoctrineMongoDBODMBundle test suite with
doctrine/mongodb-odm: 2.10@dev
.Expected behavior
The proxy implementation should not require additional configuration.
The text was updated successfully, but these errors were encountered: