mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #395] [CLOSED] [DDC-1884] Testcase (2.1.x branch) #8126
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/395
Author: @scoolen
Created: 7/8/2012
Status: ❌ Closed
Base:
2.1.x← Head:DDC-1884📝 Commits (2)
47ac4fcTests and models for ticket DDC-1884c988824Removed 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.