doctrine-orm-test-infrastructure
doctrine-orm-test-infrastructure copied to clipboard
Provides utils to create a test infrastructure for Doctrine ORM entities.
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...
In order to obey SRP and isolate the dirt from the Annotationloader.
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.