You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the scope of doctrine/persistence#429
there was added `ColocatedMappingDriver::$sourceFilePathNames`,
which is available starting from `doctrine/persistence` >= 4.1.
This commit integrates those changes into `AttributeDriver`.
Since `doctrine/orm` maintains the support for
`doctrine/persistence` of older versions, `AttributeDriver` ensures
that `$sourceFilePathNames` is actually defined. Tests use
`InstalledVersions` to opt into new behavior if `doctrine/persistence`
is at least version 4.1. New behavior is adapted by using `glob()` on paths.
0 commit comments