1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
Marco Pivetta 86dbddd596 Updating to reflect latest Doctrine Common changes
Also, changing logic so that the SimpleAnnotationReader is no more the
default one. An additional parameter for the method will allow using it.

The CS fixes that were additionally implemented (along with other minor changes
that do not affect BC compatibility are caused by a CS sniff via IDE.
2012-07-08 16:30:35 +02:00
..
Locking Updating to reflect latest Doctrine Common changes 2012-07-08 16:30:35 +02:00
SchemaTool Fix tests after DBAL adjustments 2012-07-04 23:58:41 +02:00
Ticket [DDC-1707] Working testcase 2012-07-07 17:15:32 +02: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 [DDC-1777] Fix bug in BasicEntityPersister#exists() when no primary key is set. 2012-05-27 17:11:21 +02:00
ClearEventTest.php Clean up of test case 2011-03-21 23:30:10 -04:00
CompositePrimaryKeyTest.php [DDC-1651] Convert entities as parameters early in setParameter() to avoid them being part of result cache strings, which causes non-uniqueness. 2012-02-18 16:07:55 +01:00
CustomTreeWalkersTest.php DDC-1384 - Fix a bunch of Oracle test failures 2011-10-29 20:42:44 +02:00
DatabaseDriverTest.php Fix mysql testsuite 2011-10-23 22:06:03 +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
EntityRepositoryTest.php [DDC-1713] Verify EntityRepository#findBy() works with fetching array of values. 2012-05-27 17:22:16 +02:00
ExtraLazyCollectionTest.php Fixed DDC-1608. Non-initialized PersistentCollection methods removeElement and contains now deal correctly with managed entities. 2012-01-18 01:04:25 -05:00
FlushEventTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
HydrationCacheTest.php Made setParameters()/excute()/iterate() BC compatible. 2012-05-29 14:25:54 -04: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 all trailing whitespaces 2011-12-19 22:56:19 +01: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-1840] Implemented parameters as a collection. 2012-05-28 12:16:42 -04: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 Remove all trailing whitespaces 2011-12-19 22:56:19 +01: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 Remove all trailing whitespaces 2011-12-19 22:56:19 +01: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 Fix GROUP BY clauses for PostgreSQL 2012-03-14 07:58:58 +01: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 Adding tests for additional usages of the proxy classname in ORM public API 2012-04-07 18:53:34 +02: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 Fix QueryTest 2012-06-18 17:03:08 +02: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 [DDC-952] One last commit with some refactorings, additional comments and two new tests. Also added convenience method Query::setFetchMode($className, $assocName) 2011-03-16 22:51:32 +01:00
SQLFilterTest.php Update Common and fix cache tests with different assumptions about keys. 2012-05-26 19:29:51 +02: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