1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
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
..
Locking Updating to reflect latest Doctrine Common changes 2012-07-08 16:30:35 +02:00
SchemaTool Adding warnings about deprecation of GIT, TAR and PEAR autoloading 2013-02-04 23:30:02 +01:00
Ticket Adding failing test for DDC-2230 2013-02-23 01:44:58 +01:00
AbstractManyToManyAssociationTestCase.php [2.0] Changed Connection::execute() to Connection::executeQuery() as defined as a todo. 2010-03-31 21:13:34 +00:00
AdvancedAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
AdvancedDqlQueryTest.php Re-added coverage for DDC-369 and DDC-954. 2012-05-23 01:07:29 -04:00
BasicFunctionalTest.php Allow flushing of many entities by passing an array of entities. 2012-03-15 17:45:25 -05:00
ClassTableInheritanceTest2.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ClassTableInheritanceTest.php Update EntityRepository and PersistentCollection to new Criteria#expr() method instead of having to implement themselves. 2012-08-01 21:37:22 +02:00
ClearEventTest.php Clean up of test case 2011-03-21 23:30:10 -04:00
CompositePrimaryKeyTest.php Identity function support composite primary key 2012-12-22 10:36:23 -02:00
DatabaseDriverTest.php [DDC-2059] Fix column and foreign key interfering with each other during reverse engineering. 2012-10-05 20:03:51 +02:00
DefaultValuesTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
DetachedEntityTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
EntityListenersTest.php split override test 2013-01-29 12:14:53 -02:00
EntityRepositoryCriteriaTest.php Fixed formatting issues identified by Stof 2012-08-31 19:51:22 +07:00
EntityRepositoryTest.php Fix DDC-1376 2013-01-13 22:39:59 -02:00
ExtraLazyCollectionTest.php Fixed English mistakes 2012-12-03 11:02:29 +00:00
FlushEventTest.php DDC-2173 - Correct issue is about "postFlush" not "preFlush" and add test 2013-01-06 19:16:12 +01:00
HydrationCacheTest.php Fix PostgreSQL test-failure. UnitOfWork#getEntityState() produced exists() queries because of unmanaged entity passed as parameter to AbstractQuery#setParameter(), thereby skewing the sql count 2012-07-08 16:57:40 +02:00
IdentityMapTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
IndexByAssociationTest.php [DDC-250] Add tests and fix some glitches and finalized index-by patch. 2011-02-05 11:42:10 +01:00
LifecycleCallbackTest.php remove @LifecycleCallback 2013-01-29 12:14:52 -02:00
ManyToManyBasicAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ManyToManyBidirectionalAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ManyToManyEventTest.php UnitTest for ManyToMany update notification 2012-01-13 09:35:27 -03:00
ManyToManySelfReferentialAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ManyToManyUnidirectionalAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
MappedSuperclassTest.php DDC-1477 - Adjust patch to really fix bug in Proxy generation 2011-11-13 17:16:43 +01:00
NativeQueryTest.php [DDC-2055] Some adjustments to ResultSetMappingBuildder patch 2012-11-19 16:54:56 +01:00
NewOperatorTest.php support namespace alias 2012-09-29 16:19:03 -03:00
NotifyPolicyTest.php [DDC-1775] Fix NotifyPropertyChanged Listener being attached in addIdentityMap(), which is too late for certain use-cases in the persist lifecycle. 2012-07-07 17:47:29 +02:00
OneToManyBidirectionalAssociationTest.php use of assertCount 2012-09-07 14:44:18 +02:00
OneToManyOrphanRemovalTest.php DDC-1496 - Fix bug with OneToMany collections having orphanRemoval=true and Collection#clear() being called. 2011-11-18 15:44:06 +01:00
OneToManySelfReferentialAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OneToManyUnidirectionalAssociationTest.php Fixed failing tests in PHPUnit 3.6.2 (expecting \Exception was deprecated) 2011-11-09 08:20:35 +01:00
OneToOneBidirectionalAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OneToOneEagerLoadingTest.php [DDC-1964] Fix issue with refresh and and object hydrator not setting field to null explicitly to override possible previous values. 2012-07-29 11:25:45 +02:00
OneToOneOrphanRemovalTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OneToOneSelfReferentialAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OneToOneUnidirectionalAssociationTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OrderedCollectionTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
OrderedJoinedTableInheritanceCollectionTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
PaginationTest.php Add clone query test 2012-07-07 17:35:05 +02:00
PersistentCollectionTest.php [DDC-1835] Fix cloning persistent collections. 2012-05-27 10:17:12 +02:00
PersistentObjectTest.php DDC-1448 - Add support for ObjectManagerAware interface and PersistentObject in ORM 2011-11-19 13:06:24 +01:00
PostFlushEventTest.php Fix testsuite 2011-10-23 21:37:29 +02:00
PostgreSQLIdentityStrategyTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ProxiesLikeEntitiesTest.php Proxy generation as of doctrine/common#168 - DCOM-96 2013-02-14 09:57:12 +01:00
QueryCacheTest.php [DDC-1840] Implemented parameters as a collection. 2012-05-28 12:16:42 -04:00
QueryDqlFunctionTest.php fix QueryDqlFunctionTest#testFunctionSubstring order 2011-12-23 14:57:43 -02:00
QueryTest.php basic support refactory 2012-09-29 16:18:58 -03:00
ReadOnlyTest.php [DDC-1659] Remove read only marker when clearing entities. 2012-02-20 09:36:35 +01:00
ReferenceProxyTest.php Proxy not initialized when parent has get<IDENTIFIER> function. Fixes DDC-1625 2012-01-30 11:44:08 +01:00
ResultCacheTest.php Update Common and fix cache tests with different assumptions about keys. 2012-05-26 19:29:51 +02:00
SchemaValidatorTest.php [DDC-1601] Fix bugs in SchemaValidator, using all modelsets as testdata for a large test 2012-01-15 11:27:52 +01:00
SequenceGeneratorTest.php [2.0] DDC-390 Fix SequenceGeneratorTest which wasnt testing anything before :-) Now showing that Sequence Generator works with allocation sizes larger than 1 2010-03-20 17:04:46 +00:00
SingleTableInheritanceTest.php Update EntityRepository and PersistentCollection to new Criteria#expr() method instead of having to implement themselves. 2012-08-01 21:37:22 +02:00
SQLFilterTest.php Revert "allowed to pass filter objects to the configurator" 2013-02-09 20:28:52 +01:00
StandardEntityPersisterTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
TypeTest.php DDC-1527 - Port bugfix for master branch 2011-12-12 16:39:52 +01:00
TypeValueSqlTest.php fix DDC-1642 2012-02-12 22:24:03 -02:00
UnitOfWorkLifecycleTest.php Improved and extracted UnitOfWork error messages 2011-10-22 12:40:12 +02:00
UUIDGeneratorTest.php [DDC-451] Add test for UUIDGenerator 2012-03-12 12:48:14 +01:00