silverstripe-framework/tests/php/ORM
github-actions d37c871883 Merge branch '5' into 6 2024-04-20 14:23:55 +00:00
..
ArrayListTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
CascadeDeleteTest API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
Connect NEW Add a trace comment for queries in dev mode (#11065) 2024-02-08 16:29:55 +13:00
DBClassNameTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DBCompositeTest DBComposite::writeToManipulation() is never called 2023-08-11 09:56:37 +12:00
DBFieldTest FIX Ensure getters and setters are respected (#10708) 2023-03-01 15:19:07 +13:00
DBHTMLTextTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DBMoneyTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBSchemaManagerTest ENH Exclude a list of models for checking and repairs (#10746) 2023-04-04 14:22:00 +12:00
DBStringTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBVarcharTest ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DataExtensionTest MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
DataListTest/EagerLoading FIX many_many extraFields and join records weren't in eagerloading 2023-07-17 12:03:11 +12:00
DataObjectDuplicationTest Merge branch '4.0' into 4.1 2018-06-08 23:05:24 +01:00
DataObjectSchemaGenerationTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DataObjectSchemaTest NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DataObjectTest NEW Allow skipping validation on write (#11202) 2024-04-19 10:35:36 +12:00
DataQueryTest NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DatabaseTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DecimalTest FIX Improve rounding logic for storing of long decimal numbers (#10593) 2022-11-29 15:07:56 +13:00
FieldType FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
Filters NEW Enable ArrayList and EagerLoadedList to use search filters (#10925) 2023-08-29 15:40:19 +12:00
HasManyListTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
HierarchyTest ENH Add tests for Hierarchy extension when applied to a subclass 2021-09-25 00:23:43 +12:00
ManyManyListTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ManyManyThroughListTest MNT Remove TODO comments 2023-10-30 13:21:09 +13:00
MySQLDatabaseTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
MySQLSchemaManagerTest TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13:00
MySQLiConnectorTest ENH Test coverage for MySQL connection collation 2020-08-30 13:21:38 +12:00
RelatedDataServiceTest NEW DataObject related objects service 2020-10-29 09:29:26 +13:00
SQLInsertTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
SQLSelectTest NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
SQLUpdateTest Enhancements required for linkfield migration (#11171) 2024-03-20 11:49:57 +13:00
Search MNT Add tests for using GridField with arbitrary data 2023-12-18 14:20:33 +13:00
TransactionTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
UniqueKey Unique key for DataObject (#9400) 2020-05-04 09:10:51 +12:00
UnsavedRelationListTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
Utf8 MNT Update Utf8TestHelper for MySQL 8.0.30 2022-07-28 13:21:23 +12:00
ArrayLibTest.php NEW Use custom list for eagerloaded relations (#10869) 2023-08-03 15:33:13 +12:00
ArrayListTest.php FIX Correctly implement backwards compatible null comparisons (#10935) 2023-08-31 12:26:40 +12:00
CascadeDeleteTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
CascadeDeleteTest.yml API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ComponentSetTest.yml Fix various ORM test issues 2016-11-23 19:25:12 +13:00
DBClassNameTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
DBCompositeTest.php Merge branch '4.13' into 5.0 2023-08-22 15:32:38 +12:00
DBCurrencyTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DBDateTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
DBDatetimeTest.php PR fixes. 2022-05-19 14:09:04 +12:00
DBEnumTest.php FIX Short-array syntax for Enum 2023-07-20 16:06:01 +12:00
DBFieldTest.php MNT Remove TODO comments 2023-10-30 13:21:09 +13:00
DBHTMLTextTest.php MNT Fix various typos with codespell (#10177) 2021-12-13 21:05:33 +13:00
DBIntTest.php FIX Cast DBInt value to int 2021-07-06 16:43:54 +12:00
DBLocaleTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoneyTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DBMoneyTest.yml Fix various ORM test issues 2016-11-23 19:25:12 +13:00
DBPercentageTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DBQueryBuilderTest.php FIX Match multi-line JOIN statements (#10960) 2023-09-26 10:30:55 +13:00
DBSchemaManagerTest.php ENH Exclude a list of models for checking and repairs (#10746) 2023-04-04 14:22:00 +12:00
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 ENH Split sentences by configurable punctuation for summary 2023-12-20 15:08:01 +13:00
DBTimeTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
DBVarcharTest.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYearTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DataExtensionTest.php NEW Add afterUpdateCMSFields method to DataObject. (#9819) 2021-10-26 16:05:11 +13:00
DataExtensionTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
DataListEagerLoadingTest.php FIX Ensure eagerLoading don't load has_one twice (#11170) 2024-04-18 13:27:50 +12:00
DataListTest.php NEW Add rightJoin method to DataList (#10961) 2023-09-27 15:24:32 +13:00
DataObjectDuplicationTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DataObjectDuplicationTest.yml API Implement cascade_duplications 2018-02-05 12:04:57 +13:00
DataObjectLazyLoadingTest.php MNT Remove TODO comments 2023-10-30 13:21:09 +13:00
DataObjectSchemaGenerationTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
DataObjectSchemaTest.php NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DataObjectTest.php NEW Allow skipping validation on write (#11202) 2024-04-19 10:35:36 +12:00
DataObjectTest.yml NEW Use custom list for eagerloaded relations (#10869) 2023-08-03 15:33:13 +12:00
DataQueryFixedFieldsTest.php FIX Ensure all fixed fields are added 2023-09-25 15:35:34 +13:00
DataQueryFixedFieldsTest.yml FIX Ensure all fixed fields are added 2023-09-25 15:35:34 +13:00
DataQueryTest.php NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DataQueryTest.yml NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
DataQuery_SubGroupTest.php FIX Use OR conjuctive in filterAny aggregate queries 2023-05-17 11:55:56 +12:00
DatabaseTest.php NEW Use custom list for eagerloaded relations (#10869) 2023-08-03 15:33:13 +12:00
DecimalTest.php FIX Improve rounding logic for storing of long decimal numbers (#10593) 2022-11-29 15:07:56 +13:00
DecimalTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
EagerLoadedListTest.php MNT Test that we can't filter/sort eagerloaded data by relation (#10978) 2023-10-18 09:36:41 +13:00
GroupedListTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
HasManyListTest.php ENH Do not use placeholders by default for foreignIDFilter() 2023-08-09 10:46:08 +12:00
HasManyListTest.yml Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyCachingTest.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
HierarchyTest.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
HierarchyTest.yml ENH Add tests for Hierarchy extension when applied to a subclass 2021-09-25 00:23:43 +12:00
LabelFieldTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
ListDecoratorTest.php ENH Make limit method return no results when zero is provided 2023-01-27 10:00:41 +13:00
ManyManyListExtensionTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
ManyManyListExtensionTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
ManyManyListTest.php ENH Do not use placeholders by default for foreignIDFilter() 2023-08-09 10:46:08 +12:00
ManyManyThroughListTest.php Merge branch '5.0' into 5 2023-08-28 18:26:22 +12:00
ManyManyThroughListTest.yml FIX Correctly remove relations with ManyManyThroughList::removeall 2022-05-05 11:21:51 +12:00
MapTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
MarkedSetTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MySQLDatabaseTest.php NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
MySQLDatabaseTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
MySQLSchemaManagerTest.php TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13:00
MySQLiConnectorTest.php Merge branch '4.13' into 5.0 2023-07-10 14:29:03 +12:00
PaginatedListTest.php Merge branch '4.13' into 5.0 2023-06-22 11:18:46 +12:00
PolymorphicHasManyListTest.php NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
PolymorphicHasManyListTest.yml NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
RelatedDataServiceTest.php NEW DataObject related objects service 2020-10-29 09:29:26 +13:00
SQLInsertTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
SQLSelectTest.php MNT Add sort order to unit test so it passes with mariadb 2023-11-28 20:54:38 +13:00
SQLSelectTest.yml NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
SQLUpdateTest.php Enhancements required for linkfield migration (#11171) 2024-03-20 11:49:57 +13:00
SQLUpdateTest.yml Enhancements required for linkfield migration (#11171) 2024-03-20 11:49:57 +13:00
TransactionTest.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
URLSegmentFilterTest.php URLSegmentFilter: Remove : characters from url segments when multibyte characters are allowed. 2019-06-02 11:43:51 +03:00
UnsavedRelationListTest.php FIX: UnsavedRelationList first/last to return null if list is empty (fixes #11083) 2023-12-04 11:32:08 +00:00
UnsavedRelationListTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
ValidationExceptionTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
ValidationResultTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00