1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests
2007-12-28 11:51:48 +00:00
..
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 new coverage data 2007-11-25 20:32:49 +00:00
Data New coverage for parser, yaml schema parsing, a few fixes. 2007-11-15 05:16:31 +00:00
DataDict adding test case for previous commit 2007-12-04 15:25:52 +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 Refactorings for schema files and Doctrine_Record builder. More to come but got held up on some things that zYne- must fix first. 2007-12-19 22:41:11 +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 refs #681 : adding failing test case 2007-12-16 20:12:27 +00:00
Record Added synchronizeWithArray method and unset functionality for relations 2007-12-09 01:56:53 +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 Fixed #697. 2007-12-28 11:51:48 +00:00
Transaction added doc blocks, changed formatting 2007-06-10 19:35:33 +00:00
Validator Refactored transactions. Fixed #464. 2007-12-12 15:52:12 +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 Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector. 2007-11-28 02:21:42 +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 fixed some tests 2007-11-25 20:23:53 +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
CtiColumnAggregationTestCase.php drafting the CTICA test case 2007-12-11 22:37:19 +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 a $deep argument to refresh 2007-11-28 19:35:44 +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 Fixed #697. 2007-12-28 11:51:48 +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 Added test case to demonstrate that delimiters in 2007-12-07 03:23:09 +00:00
TransactionTestCase.php Refactored transactions. Fixed #464. 2007-12-12 15:52:12 +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 Refactored transactions. Fixed #464. 2007-12-12 15:52:12 +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