mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #903] [CLOSED] Avoid registering and invoking lifecycle callbacks multiple times #8878
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/903
Author: @jwage
Created: 1/9/2014
Status: ❌ Closed
Base:
master← Head:double-lifecycle-callbacks-test📝 Commits (1)
c9d49efDo not allow duplicate lifecycle callbacks to be registered📊 Changes
8 files changed (+263 additions, -13 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+5 -1)➕
tests/Doctrine/Tests/ORM/Functional/HasLifecycleCallbacksTest.php(+246 -0)📝
tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1655Test.php(+2 -2)📝
tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php(+3 -3)📝
tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php(+2 -2)📝
tests/Doctrine/Tests/ORM/Mapping/ClassMetadataBuilderTest.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Tools/Export/AbstractClassMetadataExporterTest.php(+3 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.