[PR #1020] [MERGED] [DDC-3103] Is embedded class information in ClassMetadata is not stored when serializing. #9044

Open
opened 2026-01-22 16:02:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1020
Author: @m3co-code
Created: 4/29/2014
Status: Merged
Merged: 4/29/2014
Merged by: @Ocramius

Base: masterHead: DDC-3103


📝 Commits (2)

📊 Changes

2 files changed (+50 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+4 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3103Test.php (+46 -0)

📄 Description

Fixed issue. Created a new test case that works (DDC3103Test).
The test Doctrine\Tests\ORM\Functional\ProxiesLikeEntitiesTest::testPersistUpdate failed since checkout.


🔄 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/1020 **Author:** [@m3co-code](https://github.com/m3co-code) **Created:** 4/29/2014 **Status:** ✅ Merged **Merged:** 4/29/2014 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `DDC-3103` --- ### 📝 Commits (2) - [`cf84183`](https://github.com/doctrine/orm/commit/cf84183c18b2a77410d201582740db3fe568e4e3) created test case to reproduce error - [`f065a5c`](https://github.com/doctrine/orm/commit/f065a5c8b9b7c97b79b538e10e3c4388c3a886de) fixed bug ### 📊 Changes **2 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+4 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3103Test.php` (+46 -0) </details> ### 📄 Description Fixed issue. Created a new test case that works (DDC3103Test). The test Doctrine\Tests\ORM\Functional\ProxiesLikeEntitiesTest::testPersistUpdate failed since checkout. --- <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 16:02:57 +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#9044