1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/tests/Doctrine/Tests
Marcin Szulc a360da5a7e
Fix lazy loading of 1-to-1 relationship with custom id object
Fixing case when lazy loading of entity in one-to-one relationship on the side without foreign key
did not return eht entity because of custom type not being detected and properly formatted before
applying to database query.

Closes https://github.com/doctrine/doctrine2/issues/5887
2017-04-30 19:53:28 +02:00
..
DbalTypes Remove old "CLASSNAME" constants from test models 2016-12-08 18:15:48 +01:00
EventListener Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Mocks Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Models Fix notice in ClassMetadata when there is no ID Column defined 2017-04-30 11:38:47 +02:00
ORM Fix lazy loading of 1-to-1 relationship with custom id object 2017-04-30 19:53:28 +02:00
DbalFunctionalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DbalTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
DoctrineTestCase.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
OrmFunctionalTestCase.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
OrmPerformanceTestCase.php Updated syntax for ``integer` and `boolean`` types 2015-07-14 15:30:13 -03:00
OrmTestCase.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
TestInit.php [DDC-3461] Renamed AssocationBuilder::isPrimaryKey() to makePrimaryKey(). Same for FieldBuilder and depreceating isPrimaryKey(). Adjust tests. Revert change in ClassMetadataInfo and fix bug. 2015-03-18 17:06:30 +01:00
TestUtil.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00