[PR #395] [CLOSED] [DDC-1884] Testcase (2.1.x branch) #8126

Open
opened 2026-01-22 15:58:32 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/395
Author: @scoolen
Created: 7/8/2012
Status: Closed

Base: 2.1.xHead: DDC-1884


📝 Commits (2)

  • 47ac4fc Tests and models for ticket DDC-1884
  • c988824 Removed working testcases that used joining table with surrogate primary key

📊 Changes

6 files changed (+315 additions, -0 deletions)

View changed files

tests/Doctrine/Tests/Models/Taxi/Car.php (+42 -0)
tests/Doctrine/Tests/Models/Taxi/Driver.php (+37 -0)
tests/Doctrine/Tests/Models/Taxi/PaidRide.php (+42 -0)
tests/Doctrine/Tests/Models/Taxi/Ride.php (+32 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1884Test.php (+150 -0)
📝 tests/Doctrine/Tests/OrmFunctionalTestCase.php (+12 -0)

📄 Description

I now see I chose the wrong branch. I thought I found the bug in 2.1, but we're actually using 2.2.*.

So next time I guess I should:

  1. Check if the bug still exists in master
  2. Branch off of master
  3. ?
  4. PROFIT!!

🔄 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/395 **Author:** [@scoolen](https://github.com/scoolen) **Created:** 7/8/2012 **Status:** ❌ Closed **Base:** `2.1.x` ← **Head:** `DDC-1884` --- ### 📝 Commits (2) - [`47ac4fc`](https://github.com/doctrine/orm/commit/47ac4fce7ec63c966f7cc3cfa3275996894425d0) Tests and models for ticket DDC-1884 - [`c988824`](https://github.com/doctrine/orm/commit/c988824310270777147330c40da632c9fbcdefe0) Removed working testcases that used joining table with surrogate primary key ### 📊 Changes **6 files changed** (+315 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tests/Doctrine/Tests/Models/Taxi/Car.php` (+42 -0) ➕ `tests/Doctrine/Tests/Models/Taxi/Driver.php` (+37 -0) ➕ `tests/Doctrine/Tests/Models/Taxi/PaidRide.php` (+42 -0) ➕ `tests/Doctrine/Tests/Models/Taxi/Ride.php` (+32 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1884Test.php` (+150 -0) 📝 `tests/Doctrine/Tests/OrmFunctionalTestCase.php` (+12 -0) </details> ### 📄 Description I now see I chose the wrong branch. I thought I found the bug in 2.1, but we're actually using 2.2.*. So next time I guess I should: 1. Check if the bug still exists in master 2. Branch off of master 3. ? 4. PROFIT!! --- <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:58:32 +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#8126