mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #16] [CLOSED] Update for DDC-873 #7601
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/16
Author: @Drachenkaetzchen
Created: 11/10/2010
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
4a120fdAdded instructions for running tests and setting up the test environment.2ca0fdbForgot to add the changed file regarding running individual tests.bfb58b2Added fix+testcase for DDC-850954994fI forgot to remove two classes from use in the DDC850Test, also74972aaAdded testcase for DDC-873 and bugfix.2709f77Mistyped class name...notice to me: run AllTests and not only the single test.📊 Changes
7 files changed (+197 additions, -2 deletions)
View changed files
📝
build.xml(+2 -1)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+9 -0)📝
lib/Doctrine/ORM/Mapping/MappingException.php(+22 -0)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC850Test.php(+64 -0)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC873Test.php(+53 -0)📝
tests/README.markdown(+44 -0)📝
tests/dbproperties.xml.dev(+3 -1)📄 Description
Please pull again, this time I forgot to suffix the class with "Test", causing AllTests to fail (but surprisingly, the individual test worked).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.