silverstripe-framework/tests/model
2012-05-18 16:09:38 +09:00
..
testimages
AggregateTest.php
AggregateTest.yml
ArrayListTest.php FEATURE: implement SS_Sortable->reverse() 2012-04-27 15:54:14 +12:00
ComponentSetTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ComponentSetTest.yml
CompositeDBFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CurrencyTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DatabaseTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DataDifferencerTest.php ENHANCEMENT Replaced locations of sapphire with $ModulePath(framework) in templates, based off Controller which implements TemplateGlobalProvider 2012-04-15 10:50:20 +12:00
DataDifferencerTest.yml API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
DataExtensionTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
DataExtensionTest.yml
DataListTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
DataObjectDuplicationTest.php
DataObjectLazyLoadingTest.php MINOR Fixing use of deprecated getAllFields(), mark field as deprecated properly. 2012-05-11 11:23:24 +12:00
DataObjectSchemaGenerationTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObjectTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
DataObjectTest.yml ENHANCEMENT: Add lazy loading to DataQuery. 2012-04-30 16:12:15 +12:00
DataQueryTest.php
DateTest.php BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311) 2012-05-18 16:09:38 +09:00
DatetimeTest.php BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311) 2012-05-18 16:09:38 +09:00
DbDatetimeTest.php ENHANCEMENT SQLQuery::selectField() returns a SQLQuery object to be 2012-05-07 16:59:42 +12:00
DbDatetimeTest.yml
DBFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DBLocaleTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DecimalTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DecimalTest.yml
GroupedListTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HasManyListTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HierarchyTest.php ENHANCEMENT: add an infinite-loop check as validation in Hierarchy (os4399) 2012-04-18 10:50:35 +12:00
HierarchyTest.yml
HTMLTextTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ImageTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ImageTest.yml MINOR Fixing broken test on Windows 2012-05-04 22:48:47 +12:00
LabelFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ManyManyListTest.php MINOR Fixed failing tests on pgsql 2012-04-10 17:07:41 +12:00
MapTest.php
MoneyTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
MoneyTest.yml FEATURE Added Money class for managing monetary amounts with currencies through the Money design pattern. Uses the CompositeDBField interface to contain multiple database columns in a single DBField 2009-05-05 08:10:51 +00:00
MySQLDatabaseTest.php MINOR Revert changes for 5.4 2012-05-10 14:11:33 +12:00
PaginatedListTest.php API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes. 2012-05-07 14:21:44 +12:00
PercentageTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SQLQueryTest.php API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes. 2012-05-07 14:21:44 +12:00
StringFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TextTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TransactionTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
URLSegmentFilterTest.php BUGFIX Urlencode paths in URLSegmentFilter when $allowMultibyte=true to avoid creating invalid URLs (and breaking assumptions based on ascii-only URLs, such as static publishing filename creation) 2012-05-08 15:32:15 +02:00
VersionedTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
VersionedTest.yml