1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests
2007-08-09 17:09:20 +00:00
..
Cache 2007-06-29 10:17:05 +00:00
Collection 2007-06-14 21:48:14 +00:00
Connection 2007-07-06 11:56:12 +00:00
DataDict added doc block 2007-06-10 19:31:28 +00:00
Db 1. Merging two event listener APIs 2007-06-19 23:33:04 +00:00
EventListener 2007-06-27 17:44:49 +00:00
Export Add test case for single field index as string 2007-08-01 16:43:44 +00:00
Expression support for expressional column values 2007-07-01 11:27:45 +00:00
Hydrate Test case for incorrect population of nulls, refs #395 2007-07-12 20:12:38 +00:00
Import added Search component, new record event listeners and some tests 2007-07-11 14:39:15 +00:00
NestedSet Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance 2007-07-29 19:38:11 +00:00
Query Added new test for select expressions. 2007-07-31 20:42:36 +00:00
Record 2007-08-09 17:09:20 +00:00
Relation 2007-08-03 20:35:37 +00:00
Search 2007-08-02 12:23:41 +00:00
Sequence 2007-07-05 22:53:51 +00:00
Ticket 2007-08-09 17:09:20 +00:00
Transaction added doc blocks, changed formatting 2007-06-10 19:35:33 +00:00
AccessTestCase.php renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation 2007-07-05 23:21:29 +00:00
AuditLogTestCase.php 2007-07-18 19:31:56 +00:00
BatchIteratorTestCase.php Relation model rewrite, draft 2 2007-02-17 12:38:02 +00:00
BooleanTestCase.php 2007-06-19 19:51:25 +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
CascadingDeleteTestCase.php 2007-06-11 15:45:55 +00:00
classes.php - Updated nested set documentation 2007-08-04 14:33:15 +00:00
CollectionOffsetTestCase.php Fixes #175 2006-10-18 20:17:49 +00:00
CollectionTestCase.php 2007-05-26 17:12:55 +00:00
ColumnAggregationInheritanceTestCase.php fixed output of cli testrunner 2007-07-28 20:28:20 +00:00
ColumnAliasTestCase.php 2007-06-14 21:40:22 +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 2007-07-05 21:16:28 +00:00
ConnectionTransactionTestCase.php Updated classes to use new Transaction module 2006-11-29 21:09:02 +00:00
coverage.php fixed output of cli testrunner 2007-07-28 20:28:20 +00:00
coverage.txt fixed output of cli testrunner 2007-07-28 20:28:20 +00:00
CustomPrimaryKeyTestCase.php renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation 2007-07-05 23:21:29 +00:00
CustomResultSetOrderTestCase.php New test case for one-one relation fetching. 2007-06-05 19:33:09 +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 2007-07-11 22:03:47 +00:00
DriverTestCase.php 2007-01-24 22:50:49 +00:00
EnumTestCase.php 2007-07-05 20:03:38 +00:00
EventListenerTestCase.php 2007-06-25 19:25:23 +00:00
ExportTestCase.php 2007-06-12 19:42:27 +00:00
ExpressionTestCase.php renamed Doctrine_Record::obtainIdentifier() to Doctrine_Record::identifier(), fixed identityMap implementation 2007-07-05 23:21:29 +00:00
ForeignKeyTestCase.php 2007-07-16 18:46:55 +00:00
HookTestCase.php 2007-07-05 23:47:48 +00:00
HydrateTestCase.php 2007-05-16 21:28:33 +00:00
ImportTestCase.php 2007-07-23 20:28:59 +00:00
IntegrityActionTestCase.php 2007-06-14 21:48:14 +00:00
ManagerTestCase.php Migrating test cases to be PHP 5.2 compliant 2007-02-15 22:20:44 +00:00
NewCoreTestCase.php 2007-07-05 23:47:48 +00:00
PessimisticLockingTestCase.php 2007-05-27 09:37:16 +00:00
QueryTestCase.php 2007-06-19 10:09:48 +00:00
RawSqlTestCase.php fixes #360 2007-06-26 10:05:26 +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-08-09 17:09:20 +00:00
RelationTestCase.php minor bug fixes 2007-06-14 21:26:45 +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 =When unserializing a serialized record the value of enum, array, object and gzip fields are restored + it is now possible to store an object of type Doctrine_Record in an object field 2007-08-07 15:37:30 +00:00
SchemaTestCase.php Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor 2006-10-23 19:55:30 +00:00
SearchTestCase.php 2007-07-20 20:16:55 +00:00
SequenceTestCase.php 2007-01-15 18:48:50 +00:00
TableTestCase.php 2007-07-05 23:25:36 +00:00
template.tpl Made the testcase template adhere to new CS 2007-01-14 22:45:08 +00:00
TemplateTestCase.php tests for the new templating model 2007-08-03 11:52:47 +00:00
Test.php added setSubclasses to abstractRecord. Fixed classes in tests. added some more output to the Test.php script 2007-07-30 19:01:16 +00:00
Ticket330TestCase.php added doc blocks 2007-06-14 21:01:57 +00:00
Ticket337TestCase.php Added Unit Test for ticket #337 2007-07-23 15:46:50 +00:00
Ticket343TestCase.php 2007-06-12 19:42:27 +00:00
Ticket381TestCase.php 2007-07-31 20:08:50 +00:00
TicketNjeroTestCase.php Test is working now, trying to make it fail... 2007-07-14 15:13:06 +00:00
TokenizerTestCase.php tests for the new templating model 2007-08-03 11:52:47 +00:00
TransactionTestCase.php new transaction tests 2007-06-25 18:47:36 +00:00
TreeStructureTestCase.php added doc blocks 2007-06-14 21:01:57 +00:00
UnitOfWorkTestCase.php 2007-05-26 17:13:06 +00:00
UnitTestCase.php 2007-07-09 12:36:21 +00:00
unsolved.php 2007-05-27 18:56:54 +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 Addition to the validator tests. 2007-06-28 16:14:06 +00:00
ValueHolderTestCase.php 2006-08-21 23:20:33 +00:00
ViewTestCase.php 1. Merging two event listener APIs 2007-06-19 23:33:04 +00:00