1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
2012-01-03 19:20:11 +01:00
..
Locking Merge Improve Error Messages into 2.2 2011-12-21 23:56:25 +01:00
SchemaTool Merge remote-tracking branch 'origin/2.2' 2012-01-02 15:13:26 +01:00
Ticket DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons. 2012-01-02 21:32:18 +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 [DDC-619] Removed support to complex PathExpressions. 2010-07-23 01:55:33 -03:00
BasicFunctionalTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ClassTableInheritanceTest2.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ClassTableInheritanceTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
ClearEventTest.php Clean up of test case 2011-03-21 23:30:10 -04:00
CompositePrimaryKeyTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +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-1500 - Fix potential security problem in EntityRepository ORDER BY orientations 2011-11-21 15:04:46 +01:00
ExtraLazyCollectionTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
FlushEventTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01: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
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-1384 - Fix a bunch of Oracle test failures 2011-10-29 20:42:44 +02:00
NotifyPolicyTest.php [DDC-119] Fixed. 2010-07-15 15:55:45 +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
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
QueryCacheTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
QueryDqlFunctionTest.php fix QueryDqlFunctionTest#testFunctionSubstring order 2011-12-23 14:57:43 -02:00
QueryTest.php ORDER BY CmsArticle#topic 2011-12-20 17:22:14 -02:00
ReadOnlyTest.php DDC-1384 - Fix all tests on Oracle 2011-10-29 23:58:09 +02:00
ReferenceProxyTest.php Fix failing PostgreSQL tests 2011-11-12 22:16:39 +01:00
ResultCacheTest.php Remove all trailing whitespaces 2011-12-19 22:56:19 +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 Added tests for OneToMany associations and lazy collection to CTI entity 2011-12-22 21:10:13 +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 Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
UnitOfWorkLifecycleTest.php Improved and extracted UnitOfWork error messages 2011-10-22 12:40:12 +02:00