1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/tests/Doctrine/Tests/ORM
Luís Cobucci 27f3bc1e2c Allow the usage of embedded objects on parent classes.
The `ClassMetadataInfo` was always using the "current class" to
fetch the reflection of a property even when a field is declared
on the parent class (which causes `ReflectionProperty` to throw
an exception).
2016-06-19 12:35:57 +02:00
..
Cache Merge pull request #5856 from doctrine/fix/#5854-default-query-cache-test-using-wrong-reflection-instance 2016-06-19 08:48:38 +02:00
Decorator Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Entity Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Event Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Functional Allow the usage of embedded objects on parent classes. 2016-06-19 12:35:57 +02:00
Hydration Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Id Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Internal Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Mapping Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Performance Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Persisters Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Proxy Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Query Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Repository Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Tools Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Utility Refactored IdentifierFlattener 2015-02-16 00:53:46 +00:00
CommitOrderCalculatorTest.php Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
ConfigurationTest.php Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
EntityManagerTest.php Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
EntityNotFoundExceptionTest.php #1240 DDC-3479 - Basic coverage for EntityNotFoundException 2015-01-13 02:55:51 +01:00
LazyCriteriaCollectionTest.php Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
PersistentCollectionTest.php Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
QueryBuilderTest.php Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
UnitOfWorkTest.php Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00