1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
2011-09-13 00:59:24 -03:00
..
Locking Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
SchemaTool Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
Ticket Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03: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 Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
AdvancedDqlQueryTest.php [DDC-619] Removed support to complex PathExpressions. 2010-07-23 01:55:33 -03:00
BasicFunctionalTest.php DDC-1348 - Fix bug with UnitOfWork::getEntityState() 2011-08-28 15:58:08 +02:00
ClassTableInheritanceTest2.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
ClassTableInheritanceTest.php Fixed issue with CTI during DQL update that was incorrectly setting parameter types during multi table execution. Fixes DDC-1341. 2011-08-28 13:48:15 -03:00
ClearEventTest.php Clean up of test case 2011-03-21 23:30:10 -04:00
CompositePrimaryKeyTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
CustomTreeWalkersTest.php Added coverage for orphanRemoval in OneToOne when unlinking an entity. 2011-09-07 13:12:02 -03:00
DatabaseDriverTest.php [DDC-1132] Fix many to many table detection. 2011-04-30 11:15:45 +02:00
DefaultValuesTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DetachedEntityTest.php DDC-1340 - Fix bug with merge() and optimistic lock exception 2011-08-21 15:01:57 +02:00
EntityRepositoryTest.php Change repository type for EntityRepository 2011-09-08 17:21:06 -03:00
ExtraLazyCollectionTest.php [DDC-952] Make collection loading work with hydrators also. 2011-03-13 00:15:50 +01:00
FlushEventTest.php [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
IdentityMapTest.php [2.0][DDC-136] Some fixes to internal UnitOfWork logic. 2009-11-11 16:20:29 +00: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 DDC-958 - Fire postLoad event when calling refresh(). 2011-01-23 17:26:11 +01:00
ManyToManyBasicAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
ManyToManyBidirectionalAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
ManyToManySelfReferentialAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
ManyToManyUnidirectionalAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
MappedSuperclassTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
NativeQueryTest.php Merge pull request #92 from mridgway/DDC-1275 2011-07-28 14:18:55 -07:00
NotifyPolicyTest.php [DDC-119] Fixed. 2010-07-15 15:55:45 +02:00
OneToManyBidirectionalAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
OneToManyOrphanRemovalTest.php Fixed bug with orphanRemoval not removing associated Entity on OneToMany and OneToOne relationships. As defined in ClassMatedataInfo, in these situations, when orphanRemoval=true, cascade=remove is implicit. This fixes DDC-1321. 2011-09-06 01:58:16 -03:00
OneToManySelfReferentialAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
OneToManyUnidirectionalAssociationTest.php [2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness). 2010-01-31 14:35:10 +00:00
OneToOneBidirectionalAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
OneToOneEagerLoadingTest.php DDC-952 - Fix bug in inverse one-to-one eager loading sql code. 2011-03-12 19:11:37 +01:00
OneToOneOrphanRemovalTest.php Added coverage for orphanRemoval in OneToOne when unlinking an entity. 2011-09-07 13:12:02 -03:00
OneToOneSelfReferentialAssociationTest.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
OneToOneUnidirectionalAssociationTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
OrderedCollectionTest.php [2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this) 2010-02-21 00:06:34 +00:00
OrderedJoinedTableInheritanceCollectionTest.php [2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations. 2010-02-26 21:26:06 +00:00
PostgreSQLIdentityStrategyTest.php Included new PostgreSQL IDENTITY/SERIAL test in functional suite. 2010-05-08 14:20:44 +02:00
QueryCacheTest.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
QueryDqlFunctionTest.php Fix some of the problems with Oracle testsuite 2011-06-26 17:20:03 +02:00
QueryTest.php Added support to user provide an array of Entities as a DQL parameter. Fixes DDC-1356. 2011-09-01 19:11:57 -03:00
ReadOnlyTest.php [DDC-692] Add respective metadata mapping possiblities for read-only entities and a test. 2011-03-29 20:17:44 +02:00
ReferenceProxyTest.php DDC-1022 - Call __wakeup() with the same semantics then ClassMetadata::newInstance() does inside UnitOfWork 2011-07-09 12:12:44 +02:00
ResultCacheTest.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03: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
StandardEntityPersisterTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
TypeTest.php Fixed phpunit tests which was failing due to a duplicate use declaration. 2011-06-21 12:38:08 -03:00