1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional
2011-12-19 22:32:50 +01:00
..
Locking Removed AllTests files and Suites 2011-06-18 22:49:25 +02:00
SchemaTool Fix failing PostgreSQL tests 2011-11-12 22:16:39 +01:00
Ticket Fixed issue when one to one badly populated when containing null values. Fixed DDC-1548. 2011-12-19 10:55:29 -05: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 Fix bug in test, removed an assertion that is not necessary and violates sqlites autoincrement assumptions 2011-12-19 22:32:50 +01: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 DDC-1517 - Fix EntityRepository#find() and EntityManager#getReference() breaking on invalid or missing identifiers. 2011-12-01 21:18:39 +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 Add way to keep track of read only objects in the UnitOfWork which are never updated during flush. 2011-10-15 15:42:02 +02:00
DetachedEntityTest.php DDC-1340 - Fix bug with merge() and optimistic lock exception 2011-08-21 15:01:57 +02:00
EntityRepositoryTest.php DDC-1500 - Fix potential security problem in EntityRepository ORDER BY orientations 2011-11-21 15:04:46 +01:00
ExtraLazyCollectionTest.php Added support to removeElement remove items without initializing the PersistentCollection. 2011-11-29 11:29:17 -05: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 added test for PreFlush lifetime event 2011-10-23 18:41:41 +03: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 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 Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +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 Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02: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 Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
OneToOneEagerLoadingTest.php [DDC-1505] joinColumn "nullable" should be handled true by default 2011-12-18 21:33:38 +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
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 Included new PostgreSQL IDENTITY/SERIAL test in functional suite. 2010-05-08 14:20:44 +02:00
QueryCacheTest.php Update Common to latest to have the current Persistence Interface 2011-10-11 13:22:26 +02:00
QueryDqlFunctionTest.php support for bit comparison 2011-12-19 16:24:16 -02:00
QueryTest.php Fix tests to be more stable 2011-11-18 17:42:32 +01: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 DDC-217 - Add support for QueryCacheProfiles and remove the old result caching code from ORM. Deprecate a bunch of methods in favor of using the AbstractQuery#getQueryCacheProfile method. 2011-10-23 23:28:23 +02: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 Fixed testsuite 2011-12-19 09:55:49 +01:00
StandardEntityPersisterTest.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
TypeTest.php DDC-1527 - Port bugfix for master branch 2011-12-12 16:39:52 +01:00
TypeValueSqlTest.php Remove sql conversion from where clauses and update statements 2011-11-21 15:08:36 +01:00