mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #414] [MERGED] [DDC-1872] Overriding Mapping Annotations #8153
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/414
Author: @cordoval
Created: 7/30/2012
Status: ✅ Merged
Merged: 10/6/2012
Merged by: @beberlei
Base:
master← Head:DDC-1872📝 Commits (3)
8742377[DDC-1872] add tests to evaluate annotations overrides with traits5d00824[DDC-1872] skip 5.4 versions for php 5.3 uncompatible tests221ab3b[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.