doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

fix test namespaces #716

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

This PR fixed invalid (non-PSR-4-compliant) namespaces in tests:

Root namespace autoload mapping has been removed (it was only used in RepositoryServiceBundle tests).