mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #117] [CLOSED] annotation type validation #7730
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/117
Author: @FabioBatSilva
Created: 9/4/2011
Status: ❌ Closed
Base:
master← Head:annot-type📝 Commits (3)
30e9658adds type validation for annotation mapping758aae7Merge remote-tracking branch 'upstream/master' into annot-typedf374b8annotation interface📊 Changes
12 files changed (+204 additions, -85 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php(+123 -41)📝
tests/Doctrine/Tests/Models/Company/CompanyCar.php(+1 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyManager.php(+1 -1)📝
tests/Doctrine/Tests/Models/ECommerce/ECommerceProduct.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/QueryCacheTest.php(+35 -14)📝
tests/Doctrine/Tests/ORM/Functional/ResultCacheTest.php(+24 -8)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC258Test.php(+6 -6)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC522Test.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC698Test.php(+3 -3)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC837Test.php(+6 -6)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC992Test.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Mapping/BasicInheritanceMappingTest.php(+2 -2)📄 Description
Hello all,
This patch adds the validation types for annotations mapping, that is now supported by the common 2.2.
We have a small incompatibility with tests caused by changes in the common cache.
I'm not familiar with cache package. So I had to use
markTestSkippedMaybe someone can help me with cache tests(QueryCacheTest.php, ResultCacheTest.php)
This feature depends of update to 2.2 common
I think it's a good idea use common 2.2 as default
Thanks ...
Best Regards,
Fabio B. SIlva
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.