silverstripe-framework/tests/php/ORM
2019-05-30 09:35:26 +12:00
..
ArrayListTest
CascadeDeleteTest
ComponentSetTest
DatabaseTest MINOR: Add a test that 0 is falser on int, decimal, currency 2019-04-05 15:11:21 +13:00
DataExtensionTest
DataObjectDuplicationTest Merge branch '4.0' into 4.1 2018-06-08 23:05:24 +01:00
DataObjectSchemaGenerationTest FIX: Make test work with utf8mb4 2018-11-10 12:10:25 +13:00
DataObjectSchemaTest BUG Fix writeBaseRecord with unique indexes 2019-02-27 16:40:12 +13:00
DataObjectTest API Remove DataObjectSchema::getFieldMap() (#8960) 2019-05-06 12:33:23 +12:00
DataQueryTest
DBClassNameTest
DBCompositeTest
DBHTMLTextTest
DBMoneyTest
DBStringTest
DBVarcharTest ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DecimalTest
FieldType FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
Filters
HasManyListTest Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyTest
ManyManyListTest
ManyManyThroughListTest BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
MySQLDatabaseTest
Search ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
SQLInsertTest
SQLSelectTest
SQLUpdateTest
TransactionTest
UnsavedRelationListTest
ArrayLibTest.php BUG Remove usage of deprecated each() and use a helper method instead 2017-11-01 16:04:35 +13:00
ArrayListTest.php API Allow empty arraylists to be typed (#8866) 2019-03-20 11:46:35 +13:00
CascadeDeleteTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
CascadeDeleteTest.yml
ComponentSetTest.php
ComponentSetTest.yml
DatabaseTest.php FIX Postgres booleans should return as int for consistency 2019-04-17 15:15:17 +12:00
DataExtensionTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
DataExtensionTest.yml
DataListTest.php MINOR: Test test to validate that multiple GreaterThan filters in a filterAny work. 2019-04-05 15:05:42 +13:00
DataObjectDuplicationTest.php Merge branch '3.6' into 4.0 2018-06-08 14:41:04 +01:00
DataObjectDuplicationTest.yml API Implement cascade_duplications 2018-02-05 12:04:57 +13:00
DataObjectLazyLoadingTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DataObjectSchemaGenerationTest.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
DataObjectSchemaTest.php BUG Fix writeBaseRecord with unique indexes 2019-02-27 16:40:12 +13:00
DataObjectTest.php API Remove DataObjectSchema::getFieldMap() (#8960) 2019-05-06 12:33:23 +12:00
DataObjectTest.yml
DataQueryTest.php Merge branch '4.2' into 4.3 2019-05-30 09:35:17 +12:00
DataQueryTest.yml
DBClassNameTest.php API Add getShortName to DBClassName 2017-11-15 11:27:58 +13:00
DBCompositeTest.php
DBCurrencyTest.php Change DBCurrency scaffolded form field to CurrencyField (fixes #8246) 2018-07-09 10:57:01 +12:00
DBDateTest.php Merge pull request #7794 from kinglozzer/id-like-to-place-an-ordinal 2018-01-26 09:27:46 +13:00
DBDatetimeTest.php FIX: Drop seconds from DBDatetime::Nice() to restore SS3 behaviour. 2018-10-04 14:51:24 +13:00
DBEnumTest.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
DBFieldTest.php [SS-2018-021] Fix potential SQL vulnerability in non-scalar value hyrdation 2019-02-19 12:20:24 +13:00
DBHTMLTextTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBLocaleTest.php
DBMoneyTest.php
DBMoneyTest.yml
DBPercentageTest.php
DBStringTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBTextTest.php Fix "mb_stripos(): Empty delimiter" warning when no search-keywords are given for DBText::ContextSummary. 2018-03-01 11:39:30 +01:00
DBTimeTest.php
DBVarcharTest.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYearTest.php
DecimalTest.php BUG Fix decimal scaffolding 2017-10-10 10:13:26 +13:00
DecimalTest.yml
GroupedListTest.php
HasManyListTest.php Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HasManyListTest.yml Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyCachingTest.php NEW: Add Hierarchy::prepopulate_numchildren_cache() (#8380) 2018-09-25 12:25:23 +12:00
HierarchyTest.php
HierarchyTest.yml
LabelFieldTest.php
ListDecoratorTest.php NEW Change to variadic calls in ListDecorator and add unit tests 2018-11-09 13:59:14 +02:00
ManyManyListExtensionTest.php
ManyManyListExtensionTest.yml
ManyManyListTest.php Merge branch '4.2' into 4.3 2019-02-27 12:13:24 +13:00
ManyManyThroughListTest.php BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
ManyManyThroughListTest.yml BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
MapTest.php
MarkedSetTest.php
MySQLDatabaseTest.php
MySQLDatabaseTest.yml
PaginatedListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
PDODatabaseTest.php BUG Fix postgres / PDO support 2017-11-17 12:35:55 +13:00
PolymorphicHasManyListTest.php
SQLInsertTest.php
SQLSelectTest.php Automated phpcbf linting 2019-05-30 09:34:34 +12:00
SQLSelectTest.yml
SQLUpdateTest.php
SQLUpdateTest.yml
TransactionTest.php FIX: Introduce readonly transaction test to all database. 2018-11-09 10:57:26 +13:00
UnsavedRelationListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
UnsavedRelationListTest.yml
URLSegmentFilterTest.php
ValidationExceptionTest.php
ValidationResultTest.php