.. |
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
|
added tesst for Tokenizer and Search to get them under full coverage. relatex refactorings and coverage reports
|
2007-10-29 20:25:38 +00:00 |
DataDict
|
added doc block
|
2007-06-10 19:31:28 +00:00 |
DataType
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
Db
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DoctrineTest
|
refetch state after preSave listener in unit of work. if state changes in preSave listener it is not taken into concideration when an object is saved/deleted etc. also fixed some small stuff in tests and added new coverage report
|
2007-10-23 20:21:22 +00:00 |
EventListener
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
Export
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +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
|
Fix unit tests.
|
2007-10-05 19:34:05 +00:00 |
migration_classes
|
Testing migration addColumn
|
2007-10-15 23:39:20 +00:00 |
NestedSet
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Query
|
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 |
Record
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
Relation
|
|
2007-09-20 19:57:13 +00:00 |
Search
|
added test case for file searching functionality
|
2007-10-17 19:54:29 +00:00 |
Sequence
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Ticket
|
add test case for ticket #438
|
2007-10-24 16:19:49 +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
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +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 |
cc.php
|
Took down detailed view of cc report since I do not have time to fix it right
|
2007-09-17 23:14:03 +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
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +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
|
refetch state after preSave listener in unit of work. if state changes in preSave listener it is not taken into concideration when an object is saved/deleted etc. also fixed some small stuff in tests and added new coverage report
|
2007-10-23 20:21:22 +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
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
HydrateTestCase.php
|
added some new search tests and fixed hydration tests
|
2007-10-13 19:22:54 +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 |
IntegrityActionTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
ManagerTestCase.php
|
Fixes.
|
2007-10-15 20:39:44 +00:00 |
MigrationTestCase.php
|
Testing migration addColumn
|
2007-10-15 23:39:20 +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 |
PessimisticLockingTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
QueryTestCase.php
|
removed deprecated attributes, added bound query part functionality, fixed remaining I18n issues
|
2007-10-05 21:18:40 +00:00 |
RawSqlTestCase.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 |
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
|
refetch state after preSave listener in unit of work. if state changes in preSave listener it is not taken into concideration when an object is saved/deleted etc. also fixed some small stuff in tests and added new coverage report
|
2007-10-23 20:21:22 +00:00 |
schema.xml
|
fixing previous commit, these files should not be modified
|
2007-10-03 16:38:20 +00:00 |
schema.yml
|
Fix unit tests.
|
2007-10-05 19:34:05 +00:00 |
SearchTestCase.php
|
added tesst for Tokenizer and Search to get them under full coverage. relatex refactorings and coverage reports
|
2007-10-29 20:25:38 +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 tesst for Tokenizer and Search to get them under full coverage. relatex refactorings and coverage reports
|
2007-10-29 20:25:38 +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
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +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 |