..
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
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01: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
API Make DataList and ArrayList immutable
2012-12-14 13:30:35 +13:00
ComponentSetTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
ComponentSetTest.yml
MINOR Added ComponentSetTest
2010-02-22 04:37:32 +00:00
CompositeDBFieldTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
CurrencyTest.php
FIX Remove instances of lines longer than 120c
2012-09-30 17:18:13 +13:00
DatabaseTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataDifferencerTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataDifferencerTest.yml
API-CHANGE sapphire folder can now be renamed.
2012-04-15 10:50:19 +12:00
DataExtensionTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataExtensionTest.yml
API CHANGE: Renamed DataObjectDecorator to DataExtension.
2011-04-26 11:01:38 +10:00
DataListTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataObjectDuplicationTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataObjectLazyLoadingTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataObjectSchemaGenerationTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataObjectTest_Namespaced.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DataObjectTest.php
Consistently quote DataObject::$default_sort
2013-04-03 12:11:53 +02:00
DataObjectTest.yml
ENHANCEMENT: Add lazy loading to DataQuery.
2012-04-30 16:12:15 +12:00
DataQueryTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DateTest.php
Less far-future date assertions, seems to throw off some PHP installs
2012-12-14 11:25:24 +01:00
DatetimeTest.php
Less far-future date assertions, seems to throw off some PHP installs
2012-12-14 11:25:24 +01:00
DbDatetimeTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DbDatetimeTest.yml
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00
DBFieldTest.php
Method visibility according to coding conventions
2012-09-20 10:46:59 +02:00
DBLocaleTest.php
Method visibility according to coding conventions
2012-09-20 10:46:59 +02:00
DBTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
DecimalTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01: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
GDImageTest.php
NEW: Enable multiple image manipulation back-ends on the Image class
2012-11-03 19:38:09 -07:00
GroupedListTest.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
HasManyListTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
HierarchyTest.php
NEW Enforce max node counts to avoid excessive resource usage
2013-04-09 10:24:18 +12:00
HierarchyTest.yml
NEW Enforce max node counts to avoid excessive resource usage
2013-04-09 10:24:18 +12:00
HTMLTextTest.php
BUGFIX: Improved detection of empty HTMLText fields.
2013-01-29 18:03:47 +01:00
ImageTest.php
Merge pull request #1318 from tractorcow/3.1-api-image-resampling-compatible
2013-04-08 15:18:55 -07:00
ImageTest.yml
MINOR Fixing broken test on Windows
2012-05-04 22:48:47 +12:00
ImagickImageTest.php
NEW: Enable multiple image manipulation back-ends on the Image class
2012-11-03 19:38:09 -07:00
LabelFieldTest.php
Method visibility according to coding conventions
2012-09-20 10:46:59 +02:00
ManyManyListTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
MapTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
MoneyTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01: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
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
PaginatedListTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
PercentageTest.php
Method visibility according to coding conventions
2012-09-20 10:46:59 +02:00
SQLQueryTest.php
Correctly quote SQL in SQLQueryTest (fixes Postgresql)
2013-04-03 12:11:52 +02:00
SQLQueryTest.yml
BUG SQLQuery::aggregate() with limit, groupBy and orderBy ( fixes #8148 )
2012-12-21 15:20:59 +01:00
StringFieldTest.php
Method visibility according to coding conventions
2012-09-20 10:46:59 +02:00
TextTest.php
FIX Remove instances of lines longer than 120c
2012-09-30 17:18:13 +13:00
TransactionTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
UnsavedRelationListTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
UnsavedRelationListTest.yml
NEW: Allows setting of has_many and many_many relations before writing
2012-11-28 09:37:08 +13:00
URLSegmentFilterTest.php
API: Don't allow dots in URL segments
2013-03-30 19:47:17 +11:00
ValidationExceptionTest.php
BUG Enforced requirement that ValidationException::getResult() is expected to consistently produce a valid ValidationResult object.
2013-03-15 13:56:43 +13:00
VersionedTest.php
API Marked statics private, use Config API instead ( #8317 )
2013-03-24 17:20:53 +01:00
VersionedTest.yml
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00