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
Since the update, it seems that afterPersist calls for an collection property with an inversed relationship are not called anymore
This can be reproduced by adding the following test cases to: \Zenstruck\Foundry\Tests\Integration\ORM\EntityRelationship\ProxyEntityFactoryRelationshipTest
There was 1 failure:
1) Zenstruck\Foundry\Tests\Integration\ORM\EntityRelationship\ProxyEntityFactoryRelationshipTest::it_uses_after_persist_with_collection_with_inversed_relationship
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'foobar'
+'harum'
The text was updated successfully, but these errors were encountered:
Since the update, it seems that afterPersist calls for an collection property with an inversed relationship are not called anymore
This can be reproduced by adding the following test cases to:
\Zenstruck\Foundry\Tests\Integration\ORM\EntityRelationship\ProxyEntityFactoryRelationshipTest
The text was updated successfully, but these errors were encountered: