[PR #414] [MERGED] [DDC-1872] Overriding Mapping Annotations #8153

Open
opened 2026-01-22 15:58:40 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/414
Author: @cordoval
Created: 7/30/2012
Status: Merged
Merged: 10/6/2012
Merged by: @beberlei

Base: masterHead: DDC-1872


📝 Commits (3)

  • 8742377 [DDC-1872] add tests to evaluate annotations overrides with traits
  • 5d00824 [DDC-1872] skip 5.4 versions for php 5.3 uncompatible tests
  • 221ab3b [DDC-1872] adjust as per @stof comments on test skipped message

📊 Changes

5 files changed (+95 additions, -1 deletions)

View changed files

tests/Doctrine/Tests/Models/DDC1872/DDC1872Bar.php (+12 -0)
tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleEntityWithOverride.php (+31 -0)
tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleEntityWithoutOverride.php (+11 -0)
tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleTrait.php (+23 -0)
📝 tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php (+18 -1)

📄 Description

https://github.com/doctrine/doctrine2/pull/412

Thanks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/414 **Author:** [@cordoval](https://github.com/cordoval) **Created:** 7/30/2012 **Status:** ✅ Merged **Merged:** 10/6/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1872` --- ### 📝 Commits (3) - [`8742377`](https://github.com/doctrine/orm/commit/8742377c3ba0047a99dbf5cdaaa07a74436810dc) [DDC-1872] add tests to evaluate annotations overrides with traits - [`5d00824`](https://github.com/doctrine/orm/commit/5d0082471fa7bc39c47cefe1b8994e0ab9f12ff7) [DDC-1872] skip 5.4 versions for php 5.3 uncompatible tests - [`221ab3b`](https://github.com/doctrine/orm/commit/221ab3b69522c8dc1dbcd5410adc811c563ba0f1) [DDC-1872] adjust as per @stof comments on test skipped message ### 📊 Changes **5 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `tests/Doctrine/Tests/Models/DDC1872/DDC1872Bar.php` (+12 -0) ➕ `tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleEntityWithOverride.php` (+31 -0) ➕ `tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleEntityWithoutOverride.php` (+11 -0) ➕ `tests/Doctrine/Tests/Models/DDC1872/DDC1872ExampleTrait.php` (+23 -0) 📝 `tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php` (+18 -1) </details> ### 📄 Description https://github.com/doctrine/doctrine2/pull/412 Thanks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8153