webfactory / WebfactoryPolyglotBundle

Symfony bundle simplifying translations in Doctrine.
MIT License
3 stars 2 forks source link

Keep annotations in tests #45

Closed relthyg closed 4 months ago

relthyg commented 4 months ago

For the moment, we can't replace annotations by attributes in tests, as webfactory/doctrine-orm-test-infrastructure is strongly coupled to Doctrine\ORM\Mapping\Driver\AnnotationDriver and Doctrine\Common\Annotations\AnnotationReader.