1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests
2007-05-20 21:18:52 +00:00
..
Cache Doctrine_Db_Statement no longer depends on PDOStatement 2007-02-01 22:46:59 +00:00
Connection test cases updated 2007-01-05 22:07:50 +00:00
DataDict 2007-02-16 20:26:47 +00:00
Db 2007-02-05 12:06:41 +00:00
EventListener lots of refactorings 2007-01-21 18:31:51 +00:00
Export first draft for sqlite cascading delete emulation with triggers 2007-03-22 13:32:43 +00:00
Expression added Expression module test case skeletons 2006-12-27 21:31:19 +00:00
Import added tests for mssql import driver 2007-01-25 22:27:20 +00:00
Query Enum support for placeholders! 2007-05-17 23:13:58 +00:00
Record fixes #310 2007-04-17 17:25:08 +00:00
Relation 2007-05-20 21:18:52 +00:00
Sequence Fixed pgsql and sqlite sequence handlers and test cases 2007-01-21 22:10:45 +00:00
Transaction added Transaction driver test cases 2006-12-27 21:33:16 +00:00
AccessTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
BatchIteratorTestCase.php Relation model rewrite, draft 2 2007-02-17 12:38:02 +00:00
BooleanTestCase.php lots of refactorings 2007-01-21 18:31:51 +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
CacheTestCase.php index tests 2007-02-11 22:55:19 +00:00
classes.php Fixed an issue with the unique validator. 2007-04-12 08:38:59 +00:00
CollectionOffsetTestCase.php Fixes #175 2006-10-18 20:17:49 +00:00
CollectionTestCase.php 2007-04-11 19:12:52 +00:00
ColumnAggregationInheritanceTestCase.php Fixed indentation and other issues related to coding style 2007-04-11 19:06:13 +00:00
ColumnAliasTestCase.php column alias support for DQL HAVING part 2007-01-23 16:40:46 +00:00
CompositePrimaryKeyTestCase.php new component: Doctrine_RawSql 2006-07-21 23:22:15 +00:00
ConfigurableTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
ConnectionTestCase.php Relation model rewrite, draft 2 2007-02-17 12:38:02 +00:00
ConnectionTransactionTestCase.php Updated classes to use new Transaction module 2006-11-29 21:09:02 +00:00
CustomPrimaryKeyTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
CustomResultSetOrderTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
CustomResultSetOrderTestCaseTestCase.php added support for column aliases 2007-01-23 16:27:20 +00:00
DataDictSqliteTestCase.php updated driver tests 2006-11-24 23:23:52 +00:00
DataDictTestCase.php added some test case skeletons 2007-01-05 22:33:53 +00:00
DbProfilerTestCase.php fixing case in files 2006-11-11 19:32:34 +00:00
DBTestCase.php some tests updated 2007-01-12 11:38:03 +00:00
DriverTestCase.php 2007-01-24 22:50:49 +00:00
EnumTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
EventListenerChainTestCase.php lots of refactorings 2007-01-21 18:31:51 +00:00
EventListenerTestCase.php Relation model rewrite, draft 2 2007-02-17 12:38:02 +00:00
ExportTestCase.php 2007-04-11 19:12:52 +00:00
ExpressionTestCase.php added test case for Expression module base class 2006-12-28 00:07:32 +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
HookTestCase.php fixed the handling of hooked parameters 2007-03-02 18:47:46 +00:00
HydrateTestCase.php 2007-05-16 21:28:33 +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 Fixes #192, added Doctrine_Record_State_TestCase 2006-10-25 20:02:40 +00:00
ManagerTestCase.php Migrating test cases to be PHP 5.2 compliant 2007-02-15 22:20:44 +00:00
PessimisticLockingTestCase.php Modified the test structure 2006-12-27 21:20:26 +00:00
QueryTestCase.php 2007-02-15 22:25:26 +00:00
RawSqlTestCase.php 2007-05-20 20:35:35 +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 2007-05-16 21:28:33 +00:00
RelationTestCase.php 2007-04-11 19:12:52 +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 minor change to test suite making it behave better in cases of exceptions and fatal errors 2007-04-18 19:29:41 +00:00
SchemaTestCase.php Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor 2006-10-23 19:55:30 +00:00
SequenceTestCase.php 2007-01-15 18:48:50 +00:00
TableTestCase.php index tests 2007-02-11 22:55:19 +00:00
template.tpl Made the testcase template adhere to new CS 2007-01-14 22:45:08 +00:00
TokenizerTestCase.php added TokenizerTestCase 2007-05-16 09:07:22 +00:00
TransactionTestCase.php Updated transaction drivers 2006-11-30 23:51:44 +00:00
TreeStructureTestCase.php Migrating test cases to be PHP 5.2 compliant 2007-02-15 22:20:44 +00:00
UnitOfWorkTestCase.php Foreign key exporting added 2007-03-21 22:11:18 +00:00
UnitTestCase.php 2007-05-16 21:28:33 +00:00
UnsortedTestCase.php adding a test to show a situation where cascading inserts do not work 2006-10-17 19:02:00 +00:00
ValidatorTestCase.php Improved the previous fix for the unique validator. 2007-04-12 13:37:45 +00:00
ValueHolderTestCase.php 2006-08-21 23:20:33 +00:00
ViewTestCase.php Migrating test cases to be PHP 5.2 compliant 2007-02-15 22:20:44 +00:00