[PR #13] [CLOSED] Added fix+testcase for DDC-850 #7596

Closed
opened 2026-01-22 15:55:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/13
Author: @Drachenkaetzchen
Created: 11/10/2010
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 4a120fd Added instructions for running tests and setting up the test environment.
  • 2ca0fdb Forgot to add the changed file regarding running individual tests.
  • bfb58b2 Added fix+testcase for DDC-850
  • 954994f I forgot to remove two classes from use in the DDC850Test, also

📊 Changes

6 files changed (+129 additions, -2 deletions)

View changed files

📝 build.xml (+2 -1)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+5 -0)
📝 lib/Doctrine/ORM/Mapping/MappingException.php (+11 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC850Test.php (+64 -0)
📝 tests/README.markdown (+44 -0)
📝 tests/dbproperties.xml.dev (+3 -1)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-850

You can close DDC-850 once pulled.


🔄 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/13 **Author:** [@Drachenkaetzchen](https://github.com/Drachenkaetzchen) **Created:** 11/10/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`4a120fd`](https://github.com/doctrine/orm/commit/4a120fd9f10ff60a484898d657b71075b92e0f83) Added instructions for running tests and setting up the test environment. - [`2ca0fdb`](https://github.com/doctrine/orm/commit/2ca0fdb1329a5d68cd783ded60896a18818887b9) Forgot to add the changed file regarding running individual tests. - [`bfb58b2`](https://github.com/doctrine/orm/commit/bfb58b2c037741fb331c3fdb509fb61dae000163) Added fix+testcase for DDC-850 - [`954994f`](https://github.com/doctrine/orm/commit/954994fe7cb6d3fbc9999075936810cd35a2ef67) I forgot to remove two classes from use in the DDC850Test, also ### 📊 Changes **6 files changed** (+129 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `build.xml` (+2 -1) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+5 -0) 📝 `lib/Doctrine/ORM/Mapping/MappingException.php` (+11 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC850Test.php` (+64 -0) 📝 `tests/README.markdown` (+44 -0) 📝 `tests/dbproperties.xml.dev` (+3 -1) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-850 You can close DDC-850 once pulled. --- <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:55:57 +01:00
admin closed this issue 2026-01-22 15:55:58 +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#7596