[PR #961] [CLOSED] [DDC-2984] Provide TestCase to reproduce bug #8964

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/961
Author: @codeliner
Created: 2/24/2014
Status: Closed

Base: masterHead: DDC-2984


📝 Commits (1)

  • 5db0c41 DDC-2984: Provide TestCase to reproduce bug

📊 Changes

4 files changed (+238 additions, -0 deletions)

View changed files

tests/Doctrine/Tests/Models/DDC2984/DDC2984DomainUserId.php (+59 -0)
tests/Doctrine/Tests/Models/DDC2984/DDC2984User.php (+58 -0)
tests/Doctrine/Tests/Models/DDC2984/DDC2984UserIdCustomDbalType.php (+61 -0)
📝 tests/Doctrine/Tests/ORM/UnitOfWorkTest.php (+60 -0)

📄 Description

No description provided


🔄 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/961 **Author:** [@codeliner](https://github.com/codeliner) **Created:** 2/24/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-2984` --- ### 📝 Commits (1) - [`5db0c41`](https://github.com/doctrine/orm/commit/5db0c41ed96ab627cb9518b6d763c1bb45923f69) DDC-2984: Provide TestCase to reproduce bug ### 📊 Changes **4 files changed** (+238 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tests/Doctrine/Tests/Models/DDC2984/DDC2984DomainUserId.php` (+59 -0) ➕ `tests/Doctrine/Tests/Models/DDC2984/DDC2984User.php` (+58 -0) ➕ `tests/Doctrine/Tests/Models/DDC2984/DDC2984UserIdCustomDbalType.php` (+61 -0) 📝 `tests/Doctrine/Tests/ORM/UnitOfWorkTest.php` (+60 -0) </details> ### 📄 Description _No description provided_ --- <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:31 +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#8964