1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/tests
2006-10-17 17:21:21 +00:00
..
AccessTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
BatchIteratorTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
BooleanTestCase.php Fixed a bug when saving a record with null valued boolean column 2006-10-02 20:51:36 +00:00
CacheFileTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
CacheQuerySqliteTestCase.php Removed object cache and all references to it, ticket #89 fixed 2006-09-20 21:07:13 +00:00
CacheSqliteTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
classes.php Fixes #166 2006-10-14 16:58:59 +00:00
CollectionOffsetTestCase.php 2006-08-21 23:20:33 +00:00
CollectionTestCase.php Doctrine_Collection::loadRelated() bug fixed 2006-09-08 23:20:51 +00:00
CompositePrimaryKeyTestCase.php new component: Doctrine_RawSql 2006-07-21 23:22:15 +00:00
ConfigurableTestCase.php Removed deprecated constants 2006-09-20 21:18:41 +00:00
ConnectionTestCase.php UnitOfWork and Transaction under the Doctrine_Connection namespace 2006-09-20 09:55:44 +00:00
ConnectionTransactionTestCase.php Fixed many-to-many handling when join table component is accessed before the associated component, fixes #136, #84 2006-10-01 10:10:11 +00:00
CustomPrimaryKeyTestCase.php method name changes for better custom getter/setter compatibility 2006-09-17 17:59:04 +00:00
CustomResultSetOrderTestCase.php Fixed fatal bug in Doctrine_Hydrate resulting in wrong mappings when result set contains rows in 'wrong' order. 2006-10-01 14:35:38 +00:00
DataDictSqliteTestCase.php Boolean type bugs fixed, fixes #101 2006-09-26 21:12:14 +00:00
DBTestCase.php added fetch* methods to new Doctrine_DB 2006-09-27 10:55:02 +00:00
EnumTestCase.php adding new enum tests ( refs #170 ) 2006-10-15 22:50:46 +00:00
EventListenerChainTestCase.php fixed tests 2006-09-24 19:54:55 +00:00
EventListenerTestCase.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
FilterTestCase.php Started the building of Doctrine_ValueHolder 2006-08-07 09:55:46 +00:00
FormBuilderTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
IdentifierTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
ImportTestCase.php * Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation. 2006-08-27 02:21:20 +00:00
ManagerTestCase.php Fixed the core get() / set() issue 2006-09-12 21:36:36 +00:00
PessimisticLockingTestCase.php 2006-08-21 23:20:33 +00:00
QueryComponentAliasTestCase.php DQL Component Aliases added! Fixes #142 2006-10-03 17:24:13 +00:00
QueryConditionTestCase.php added missing test cases 2006-10-03 16:03:19 +00:00
QueryFromTestCase.php added missing test case class 2006-10-12 20:32:16 +00:00
QueryLimitTestCase.php Doctrine::ATTR_QUERY_LIMIT constant added 2006-08-29 20:09:31 +00:00
QueryMultiJoinTestCase.php Fixed fatal bug in Doctrine_Hydrate resulting in wrong mappings when result set contains rows in 'wrong' order. 2006-10-01 14:35:38 +00:00
QueryReferenceModelTestCase.php Added the missing test case 2006-09-21 19:38:46 +00:00
QuerySelectTestCase.php Aggregate function support added 2006-10-17 17:21:21 +00:00
QuerySubqueryTestCase.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
QueryTestCase.php Fixes #156 2006-10-09 16:32:37 +00:00
QueryWhereTestCase.php Fixes #159, #160, added EXISTS expression support as well as correlated subquery support 2006-10-11 20:44:21 +00:00
RawSqlTestCase.php Firebird LIMIT support updated, severe query parser bug fixed 2006-08-23 10:11:40 +00:00
RecordFilterTestCase.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
RecordTestCase.php pookey: adding test cases for Doctrine_Record::copy refs #172 2006-10-16 18:10:38 +00:00
RelationAccessTestCase.php Improved some tests. 2006-10-13 16:28:40 +00:00
RelationTestCase.php Fixed many-to-many handling when join table component is accessed before the associated component, fixes #136, #84 2006-10-01 10:10:11 +00:00
RepositoryTestCase.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
run.php Aggregate function support added 2006-10-17 17:21:21 +00:00
SchemaTestCase.php * Added Schema classes and some testcases (refs #11) 2006-08-26 22:27:16 +00:00
TableTestCase.php updating tests refs #168 2006-10-15 17:24:35 +00:00
UnitTestCase.php Major change on how transactions are being handled: insert / update queries are now executed immediately and only deletes are being gathered (due to delete optimization strategies). Fixes #138, #135 2006-09-30 12:36:03 +00:00
ValidatorTestCase.php Finished the validation changes. 2006-10-11 16:24:18 +00:00
ValueHolderTestCase.php 2006-08-21 23:20:33 +00:00
ViewTestCase.php Refactored Doctrine_View 2006-09-20 21:40:16 +00:00