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
minor #57483 [DoctrineBridge] Test reset with a true manager (MatTheCat)
This PR was merged into the 5.4 branch.
Discussion
----------
[DoctrineBridge] Test reset with a true manager
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
Now that [assertions were added to the `AbstractManagerRegistry`](doctrine/persistence#375), the `ManagerRegistryTest` must register instances of `ObjectManager` to avoid tests failing with
```
assert(): assert($service instanceof ObjectManager) failed
```
Changes mostly come from #48484 but the ProxyManager is still used on 5.4, so beware when merging this in 6.4.
Commits
-------
79b03db [DoctrineBridge] Test reset with a true manager
0 commit comments