silverstripe-framework/tests/model
Daniel Hensby 09a003bc13
Fix deprecated usage of getMock in unit tests
2017-11-24 14:48:30 +00:00
..
testimages FIX Image test cleanup 2015-06-12 16:43:13 -07:00
AggregateTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
AggregateTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ArrayListTest.php FIX Revert natural sort 2016-10-04 13:56:12 -07:00
ComponentSetTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ComponentSetTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeDBFieldTest.php Cleaning up Test DataObjects to ensure TestOnly is implemented 2015-02-12 15:22:29 +00:00
CurrencyTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DBFieldTest.php Added MySQL support for Bigint. 2016-09-30 16:38:25 +01:00
DBLocaleTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DBTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataDifferencerTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataDifferencerTest.yml API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
DataExtensionTest.php Improvement: Set the owner on an extension, before getting all the available method names. 2016-03-21 02:36:34 +01:00
DataExtensionTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataListTest.php TEST filterAny on many_many relations return correct items 2017-11-16 11:10:12 +00:00
DataObjectDuplicationTest.php TEST Duplicated DataObjects dont keep Created date value 2016-12-19 14:23:39 +00:00
DataObjectLazyLoadingTest.php Merge branch '3.2' into 3.3 2016-05-12 16:23:57 +01:00
DataObjectSchemaGenerationTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataObjectTest.php TEST Prove LastEdited is updated when no changes are made 2017-08-16 22:26:47 +01:00
DataObjectTest.yml FIX Revert natural sort 2016-10-04 13:56:12 -07:00
DataObjectTest_Namespaced.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataQueryTest.php Spelling in DataQueryTest 2017-10-20 12:00:35 +01:00
DataQueryTest.yml BUG Fix data query not always joining necessary tables 2014-05-06 12:22:46 +12:00
DatabaseTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DateTest.php ENH: moving hardcoded nice date/time formats to config 2016-05-15 21:25:57 +12:00
DatetimeTest.php ENH: moving hardcoded nice date/time formats to config 2016-05-15 21:25:57 +12:00
DbDatetimeTest.php Moved deprecation of SQLQuery to 4.0 2014-12-04 09:30:50 +13:00
DbDatetimeTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DecimalTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DecimalTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GDImageTest.php API New and renamed image functions 2015-06-12 17:02:55 -07:00
GroupedListTest.php Corrected TotalItems() method to use Count(). Added test coverage. (fixes #4646) 2015-11-04 00:20:45 +13:00
HTMLTextTest.php Fix OS X issue with `Convert::html2raw`, `HTMLText::FirstSentence`, `HTMLText::Summary` and `Text::FirstSentence`. 2017-07-10 09:49:55 +02:00
HasManyListTest.php FIX: Ensure HasManyList foreign ID filter includes table name (fixes #7023) 2017-06-15 12:06:30 +01:00
HasManyListTest.yml FIX: Ensure HasManyList foreign ID filter includes table name (fixes #7023) 2017-06-15 12:06:30 +01:00
HierarchyTest.php Revert "TreeDropDown performance boost." 2017-07-19 12:44:43 +01:00
HierarchyTest.yml Merge branch '3.4' into 3 2016-07-20 19:48:17 +01:00
ImageTest.php NEW Allow the paddedresize to take another hex value to specify a transparency on the padded color 2016-06-05 00:05:37 +01:00
ImageTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ImagickImageTest.php FIX Image test cleanup 2015-06-12 16:43:13 -07:00
LabelFieldTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ManyManyListExtensionTest.php BUG edge case on many many extra fields (fixes 4991) 2016-02-04 12:47:07 +13:00
ManyManyListExtensionTest.yml BUG edge case on many many extra fields (fixes 4991) 2016-02-04 12:47:07 +13:00
ManyManyListTest.php Merge branch '3.1' into 3.2 2016-05-12 16:05:54 +01:00
MapTest.php Many many bug 2016-05-12 12:38:04 +01:00
MoneyTest.php BUG Fix DataObject::isChanged() detecting non saveable changes (#5545) 2016-05-18 09:00:04 +10:00
MoneyTest.yml BUG Fix DataObject::isChanged() detecting non saveable changes (#5545) 2016-05-18 09:00:04 +10:00
MySQLDatabaseTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MySQLDatabaseTest.yml API Use mysql buffered statements 2015-05-08 13:23:53 +12:00
PDODatabaseTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PaginatedListTest.php Fix deprecated usage of getMock in unit tests 2017-11-24 14:48:30 +00:00
PercentageTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PolymorphicHasManyListTest.php Cleaning up Test DataObjects to ensure TestOnly is implemented 2015-02-12 15:22:29 +00:00
SQLInsertTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SQLQueryTest.php Merge pull request #6529 from timezoneone/3.5 2017-03-03 12:45:05 +00:00
SQLQueryTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SQLUpdateTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SQLUpdateTest.yml API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
StringFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-07-31 11:38:18 +12:00
TextTest.php Fix OS X issue with `Convert::html2raw`, `HTMLText::FirstSentence`, `HTMLText::Summary` and `Text::FirstSentence`. 2017-07-10 09:49:55 +02:00
TimeTest.php ENH: moving hardcoded nice date/time formats to config 2016-05-15 21:25:57 +12:00
TransactionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
URLSegmentFilterTest.php Test removing some bad characters when multibyte is allowed 2016-01-21 12:57:50 +02:00
UnsavedRelationListTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
UnsavedRelationListTest.yml NEW: Allows setting of has_many and many_many relations before writing 2012-11-28 09:37:08 +13:00
ValidationExceptionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
VersionableExtensionsFixtures.yml Enhancement and fix for issue #3186 2016-02-23 14:53:52 -06:00
VersionableExtensionsTest.php Remove unnecessary nesting of config/injector in tests 2017-05-24 16:05:39 +01:00
VersionedTest.php Merge pull request #6351 from steve-silverstripe/patch-2 2017-03-03 14:05:53 +00:00
VersionedTest.yml Merge 3.3 into 3 2016-04-26 00:24:59 +01:00
YearTest.php FIX: Year.php getDefaultOptions now fixed, sets key as year. Also added YearTest unit test. 2013-12-16 03:29:29 +00:00