1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/tests/Doctrine/Tests
Marco Pivetta d8dd5129e7 Failing test for DDC-2306
As of DDC-1734, proxies should have null identifier when the UnitOFWork
refreshes entities and replaces them (marking them as un-managed).
The problem here is that refreshes on entities with same identifier
but different type are still considered same, and the UnitOfWork discards
the proxy instance instead of ignoring it.
2013-02-21 02:21:06 +01:00
..
DbalTypes Fixed documentation for Doctrine\Tests\DbalTypes 2012-12-14 18:55:16 +00:00
Mocks Removed outdated methods in DatabasePlatformMock. 2013-02-03 01:51:05 +00:00
Models Cleaning up logic of the proxy factory by moving closure generation to own private methods 2013-02-14 10:52:13 +01:00
ORM Failing test for DDC-2306 2013-02-21 02:21:06 +01: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 Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
OrmFunctionalTestCase.php Cleaning up logic of the proxy factory by moving closure generation to own private methods 2013-02-14 10:52:13 +01:00
OrmPerformanceTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
OrmTestCase.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00
TestInit.php Using composer autoloader for the test suite 2013-02-04 21:30:02 +01:00
TestUtil.php Fixed documentation for Doctrine\Tests 2012-12-14 18:55:49 +00:00