Symfony bundle to isolate your app's doctrine database tests and improve the test performance
remove compiler pass and move logic to extension instead
add more details inside UPGRADE file
enable XSD validation for xml mapping driver
[DoctrineBundle] feat: doctrine schema subscribers as listeners
fix deprecations
add @final
annotations
fix cache related deprecation
fix platform parameter related deprecation
deprecate platform_service
config
fix condition
fix DoctrineDbalCacheAdapterSchemaSubscriber
deprecation
enable XSD validation for xml mapping driver
fix DoctrineDbalCacheAdapterSchemaSubscriber
deprecation
This adds the missing $isXsdValidationEnabled
argument to the SimplifiedXmlDriver
constructor.
Will enable us to fix this deprecation on DoctrineBundle.
This adds fixture loading capabilities to the bundle. Basically only a command and a couple of services are needed. That way, it's easy to load Solr data fixtures in a Symfony application. The feature is merged in Solarium, however, not in master (that's why I have updated the composer file, this should be changed back before this is merged.
I will add Alice related capabilities that use this in the AliceBundle.
deprecate platform_service
config
fix platform parameter related deprecation
fix cache related deprecation
fix cache related deprecation