1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/tests/Doctrine/Tests/ORM
Marco Pivetta be24439e2f Adding failing test for DDC-2230
Proxies that implement the Doctrine\Common\PropertyChangedListener are getting eagerly
initialized because the UnitOfWork injects itself into them after they are created.
The test currently fails for what described above, and also verifies if the UoW
is correctly injected in the proxy during lazy loading.
2013-02-23 01:44:58 +01:00
..
Criteria Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Entity Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Functional Adding failing test for DDC-2230 2013-02-23 01:44:58 +01:00
Hydration test multiple entity results 2012-04-15 15:40:43 -03:00
Id Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Mapping support naming convention for listeners without mapping. 2013-01-29 12:14:53 -02:00
Performance Proxy generation as of doctrine/common#168 - DCOM-96 2013-02-14 09:57:12 +01:00
Persisters Merge pull request #413 from FabioBatSilva/refactory-persisters 2012-11-25 03:50:52 -08:00
Proxy Cleaning up logic of the proxy factory by moving closure generation to own private methods 2013-02-14 10:52:13 +01:00
Query DDC-2268 - regression test 2013-02-02 16:57:17 -02:00
Tools Remove mentions of PEAR installation method, remove code. 2013-02-15 01:04:29 +01:00
CommitOrderCalculatorTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ConfigurationTest.php Revert "allowed to pass filter objects to the configurator" 2013-02-09 20:28:52 +01:00
EntityManagerTest.php Allow passing any callable instead of only closures 2012-06-16 13:20:34 +02:00
PersistentCollectionTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
QueryBuilderTest.php [DDC-2019] Add support for expression in QueryBuilder#addOrderBy() 2013-02-09 22:40:34 +01:00
UnitOfWorkTest.php Added testcase for DDC-2086 2012-10-19 09:15:07 +02:00