.. |
Cache
|
|
2007-06-29 10:17:05 +00:00 |
Collection
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Connection
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
coverage
|
coveragereport
|
2007-11-08 22:14:39 +00:00 |
Data
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
DataDict
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
DataType
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
Db
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DoctrineTest
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
EventListener
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
Export
|
More refactorings
|
2007-11-19 17:55:23 +00:00 |
Expression
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
Hydrate
|
added hydration mode HYDRATE_NONE
|
2007-10-22 16:32:07 +00:00 |
Import
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
Migration
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
migration_classes
|
MySQL migration unit tests
|
2007-11-08 17:12:11 +00:00 |
mysql_migration_classes
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
NestedSet
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Query
|
prepared the tokenizer for getting a state and being a full-fledged object
|
2007-11-24 18:58:33 +00:00 |
Record
|
Added test case and models for sfDoctrine-style inheritance in record
|
2007-11-12 01:45:23 +00:00 |
Relation
|
|
2007-09-20 19:57:13 +00:00 |
Search
|
fixed search tests that were broken by changeset 3187
|
2007-11-19 18:03:30 +00:00 |
Sequence
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Ticket
|
Changed author in Ticket #480 test case to me
|
2007-11-16 10:35:03 +00:00 |
Transaction
|
added doc blocks, changed formatting
|
2007-06-10 19:35:33 +00:00 |
Validator
|
Validator refactoring. 2 new validators: past & future
|
2007-09-29 12:31:56 +00:00 |
AccessTestCase.php
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
AuditLogTestCase.php
|
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
|
2007-10-29 19:50:16 +00:00 |
BatchIteratorTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheFileTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheQuerySqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheSqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
CascadingDeleteTestCase.php
|
|
2007-06-11 15:45:55 +00:00 |
ClassTableInheritanceTestCase.php
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
CollectionOffsetTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CollectionTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ColumnAggregationInheritanceTestCase.php
|
Corrected test case for ColumnAggregate field
|
2007-09-10 20:17:52 +00:00 |
ColumnAliasTestCase.php
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
CompositePrimaryKeyTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ConfigurableTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
ConnectionTestCase.php
|
tests for sqlite file-based dsn
|
2007-09-02 17:31:03 +00:00 |
ConnectionTransactionTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CustomPrimaryKeyTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CustomResultSetOrderTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
CustomResultSetOrderTestCaseTestCase.php
|
added support for column aliases
|
2007-01-23 16:27:20 +00:00 |
DataDictSqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DataDictTestCase.php
|
added some test case skeletons
|
2007-01-05 22:33:53 +00:00 |
DbProfilerTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DBTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
DoctrineTest.php
|
fixed grouping and filtering of tests from the browser
|
2007-11-05 00:29:52 +00:00 |
DriverTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
EventListenerTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
ExportTestCase.php
|
reapplied my changes to Export.php that were (accidently?) reverted by jonwage
|
2007-10-20 14:57:47 +00:00 |
ExpressionTestCase.php
|
Removed one unnecesary class, more to go
|
2007-09-03 18:54:58 +00:00 |
ForeignKeyTestCase.php
|
|
2007-07-16 18:46:55 +00:00 |
HookTestCase.php
|
|
2007-11-15 22:12:00 +00:00 |
HydrateTestCase.php
|
More refactorings and small speed improvements on the default hydrator.
|
2007-11-21 14:29:59 +00:00 |
I18nTestCase.php
|
removed deprecated attributes, added bound query part functionality, fixed remaining I18n issues
|
2007-10-05 21:18:40 +00:00 |
ImportTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
index.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
IntegrityActionTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
ManagerTestCase.php
|
fix dsn so that sqlite:///full/unix/path/test.db and sqlite://c:/full/windows/path/test.db works
|
2007-11-03 20:34:19 +00:00 |
MigrationTestCase.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
NewCoreTestCase.php
|
|
2007-07-05 23:47:48 +00:00 |
OneTableOneClassInheritanceTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
ParserTestCase.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
PessimisticLockingTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
PluginTestCase.php
|
|
2007-11-25 12:02:58 +00:00 |
QueryTestCase.php
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
RawSqlTestCase.php
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
RecordFilterTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
RecordTestCase.php
|
added hydration mode HYDRATE_NONE
|
2007-10-22 16:32:07 +00:00 |
RelationTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
RepositoryTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
run.php
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
schema.xml
|
fixing previous commit, these files should not be modified
|
2007-10-03 16:38:20 +00:00 |
schema.yml
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
SearchTestCase.php
|
fixed another test case broken by changeset 3187
|
2007-11-19 19:16:15 +00:00 |
SequenceTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
TableTestCase.php
|
|
2007-10-15 22:22:30 +00:00 |
template.tpl
|
Made the testcase template adhere to new CS
|
2007-01-14 22:45:08 +00:00 |
TemplateTestCase.php
|
addded tests for template. added optimization for __call and calling template functions in Record
|
2007-09-12 20:26:59 +00:00 |
TokenizerTestCase.php
|
prepared the tokenizer for getting a state and being a full-fledged object
|
2007-11-24 18:58:33 +00:00 |
TransactionTestCase.php
|
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
|
2007-10-29 19:50:16 +00:00 |
TreeStructureTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
UnitOfWorkTestCase.php
|
|
2007-05-26 17:13:06 +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
|
Doctrine_Migration::setTableName now takes the ATTR_TBLNAME_FORMAT into account
|
2007-11-18 16:42:33 +00:00 |
ValueHolderTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ViewTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |