..
testimages
ENHANCEMENT: use image file name (without file path and extension) for alt attribute when title is not provided
2009-05-24 12:16:17 +00:00
AggregateTest.php
MINOR Fixes to method arguments in core classes for E_STRICT support.
2012-03-28 22:41:42 +13:00
AggregateTest.yml
FEATURE: Add aggregate calculation to DataObject, allowing (cached) calculation of Max, Min, Count, Avg, etc (from r97390)
2010-04-12 05:04:34 +00:00
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
MINOR Added ComponentSetTest
2010-02-22 04:37:32 +00:00
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
API CHANGE: Renamed DataObjectDecorator to DataExtension.
2011-04-26 11:01:38 +10:00
DataListTest.php
API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf()
2012-05-09 23:05:39 +12:00
DataObjectDuplicationTest.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
DataObjectLazyLoadingTest.php
API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf()
2012-05-09 23:05:39 +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
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
DateTest.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
DatetimeTest.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
DbDatetimeTest.php
ENHANCEMENT SQLQuery::selectField() returns a SQLQuery object to be
2012-05-07 16:59:42 +12:00
DbDatetimeTest.yml
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00
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
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
2011-03-31 09:56:21 +13:00
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
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00
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
MINOR Added tests for SS_Map testing value method instead of value field
2012-03-15 17:42:42 +13:00
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 Update @package values to match renaming sapphire
2012-04-15 10:50:19 +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
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00