dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 60 forks source link

Fix serialization of closures inside service object instances #202

Closed Steveb-p closed 2 years ago

Steveb-p commented 2 years ago

Fixes #201

Steveb-p commented 2 years ago

@dmaicher Added a dynamic property into AbstractPlatform mock to trigger the issue. If serialize is not replaced (as is in this PR) those tests will fail now.

dmaicher commented 2 years ago

Thanks @Steveb-p