doctrine-orm-test-infrastructure icon indicating copy to clipboard operation
doctrine-orm-test-infrastructure copied to clipboard

Provides utils to create a test infrastructure for Doctrine ORM entities.

Results 4 doctrine-orm-test-infrastructure issues
Sort by recently updated
recently updated
newest added

This PR drops compatibility with doctrine/annotations 1.x. I am not sure what would be the best time to merge it and whether it might get in somebody's way. So, keeping...

E.g. in the FOSUserBundle, one inherits from a Doctrine User entity that is configured via an XML file instead of annotations like we expect in the doctrine-orm-test-infrastructure. For now, these...

enhancement

In order to obey SRP and isolate the dirt from the Annotationloader.

enhancement

With the removal of the DebugStack in #57, the `getExecutionTimeInSeconds` function had to be removed. Using a dedicated middleware allow the feature to be restored.