mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #310] [MERGED] [DDC-889] Mention parent class for debugging purposes. #8008
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/310
Author: @FabioBatSilva
Created: 3/25/2012
Status: ✅ Merged
Merged: 3/30/2012
Merged by: @beberlei
Base:
master← Head:DDC-889📝 Commits (4)
f591e42mention parent classes when not is a entity or mapped super class.d680977mention parent classes for identifier required exception.67af9f1change comparison6d1209cfix typo📊 Changes
17 files changed (+290 additions, -17 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/MappingException.php(+23 -3)➕
tests/Doctrine/Tests/Models/DDC889/DDC889Class.php(+46 -0)➕
tests/Doctrine/Tests/Models/DDC889/DDC889Entity.php(+33 -0)➕
tests/Doctrine/Tests/Models/DDC889/DDC889SuperClass.php(+41 -0)📝
tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php(+41 -14)📝
tests/Doctrine/Tests/ORM/Mapping/PHPMappingDriverTest.php(+10 -0)📝
tests/Doctrine/Tests/ORM/Mapping/StaticPHPMappingDriverTest.php(+11 -0)📝
tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php(+10 -0)➕
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC889.DDC889Class.php(+12 -0)➕
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC889.DDC889Entity.php(+3 -0)➕
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.DDC889.DDC889SuperClass.php(+11 -0)➕
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.Models.DDC889.DDC889Class.dcm.xml(+13 -0)➕
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.Models.DDC889.DDC889Entity.dcm.xml(+10 -0)➕
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.Models.DDC889.DDC889SuperClass.dcm.xml(+11 -0)➕
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC889.DDC889Class.dcm.yml(+8 -0)➕
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC889.DDC889Entity.dcm.yml(+2 -0)➕
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC889.DDC889SuperClass.dcm.yml(+5 -0)📄 Description
@beberlei I tried to use ClassMetadata#parentClasses but is not loaded at this point.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.