1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/tests/Doctrine/Tests
Benjamin Eberlei 55b7e4cff2 [DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet.
The fix for DDC-2624 had a side effect on recomputation of
changesets in preUpdate events. The method wasn't adjusted
to the changes in its sister method computeChangeSet() and
had wrong assumptions about the computation.

Especially:
1. Collections have to be skipped
2. Comparison was changed to strict equality only.
2014-03-23 12:38:51 +01:00
..
DbalTypes Fixed documentation for Doctrine\Tests\DbalTypes 2012-12-14 18:55:16 +00:00
Mocks Fix change in signature for hydrator statement mock. 2013-03-14 19:33:21 +01:00
Models [DDC-2624] Fix bug when persistent collection is cloned and used in a new entity. 2014-02-09 14:27:54 +01:00
ORM [DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet. 2014-03-23 12:38:51 +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 Inlined the model for the DCC2775 test case inside the test class 2014-01-02 23:07:53 +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