silverstripe-framework/tests/php/ORM
2024-10-22 17:51:20 +13: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 DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DatabaseTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DataExtensionTest API Replace Extension subclasses 2024-08-28 17:00:39 +12:00
DataListTest/EagerLoading FIX Correctly eagerload polymorphic has_one relations (#11204) 2024-05-08 11:12:51 +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 API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
DataQueryTest DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBClassNameTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DBCompositeTest API Strong typing for the view layer (#11351) 2024-08-28 10:54:31 +12:00
DBFieldTest API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12: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
DBReplicaTest NEW Allow database read-only replicas 2024-10-09 12:18:03 +13:00
DBSchemaManagerTest DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBStringTest API Strong typing for the view layer (#11351) 2024-08-28 10:54:31 +12:00
DBVarcharTest ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DecimalTest API Strong typing for the view layer (#11351) 2024-08-28 10:54:31 +12:00
FieldType FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
Filters API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +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 API Replace Extension subclasses 2024-08-28 17:00:39 +12:00
ManyManyThroughListTest FIX many_many through should allow subclasses (#11230) 2024-05-13 14:15:37 +12:00
MySQLDatabaseTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
MySQLiConnectorTest ENH Test coverage for MySQL connection collation 2020-08-30 13:21:38 +12:00
MySQLSchemaManagerTest TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13:00
RelatedDataServiceTest API Replace Extension subclasses 2024-08-28 17:00:39 +12:00
Search API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
SQLInsertTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
SQLSelectTest ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
SQLUpdateTest Enhancements required for linkfield migration (#11171) 2024-03-20 11:49:57 +13:00
TransactionTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
UniqueKey DEP Use PHPUnit 11 2024-09-18 13:53:44 +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
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
DatabaseTest.php NEW Use custom list for eagerloaded relations (#10869) 2023-08-03 15:33:13 +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 API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
DataListTest.php API Combine Sortable, Filterable and Limitable into SS_List 2024-10-22 17:51:20 +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 NEW Create DBClassNameVarchar 2024-09-10 14:27:04 +12:00
DataObjectSchemaTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DataObjectTest.php API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
DataObjectTest.yml NEW Use custom list for eagerloaded relations (#10869) 2023-08-03 15:33:13 +12:00
DataQuery_SubGroupTest.php FIX Use OR conjuctive in filterAny aggregate queries 2023-05-17 11:55:56 +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 API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
DataQueryTest.yml NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
DBClassNameTest.php API Strong typing for the view layer (#11351) 2024-08-28 10:54:31 +12:00
DBClassNameVarcharTest.php NEW Create DBClassNameVarchar 2024-09-10 14:27:04 +12: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 Merge branch '5' into 6 2024-09-30 20:34:56 +00:00
DBDatetimeTest.php Merge branch '5' into 6 2024-09-30 20:34:56 +00:00
DBEnumTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBFieldTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBHTMLTextTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12: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
DBReplicaTest.php NEW Allow database read-only replicas 2024-10-09 12:18:03 +13:00
DBReplicaTest.yml NEW Allow database read-only replicas 2024-10-09 12:18:03 +13:00
DBSchemaManagerTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBStringTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBTextTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
DBTimeTest.php Merge branch '5' into 6 2024-09-30 20:34:56 +00: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
DecimalTest.php API Strong typing for the view layer (#11351) 2024-08-28 10:54:31 +12:00
DecimalTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
EagerLoadedListTest.php API Combine Sortable, Filterable and Limitable into SS_List 2024-10-22 17:51:20 +13:00
HasManyListTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
HasManyListTest.yml Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyCachingTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
HierarchyTest.php API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12: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
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 DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
ManyManyThroughListTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
ManyManyThroughListTest.yml FIX many_many through should allow subclasses (#11230) 2024-05-13 14:15:37 +12:00
MarkedSetTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
MySQLDatabaseTest.php DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
MySQLDatabaseTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
MySQLiConnectorTest.php NEW Allow database read-only replicas 2024-10-09 12:18:03 +13:00
MySQLSchemaManagerTest.php TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13: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 API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12:00
SQLInsertTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
SQLSelectTest.php API Move various classes to more appropriate namespaces (#11370) 2024-09-23 14:31:50 +12: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
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
URLSegmentFilterTest.php URLSegmentFilter: Remove : characters from url segments when multibyte characters are allowed. 2019-06-02 11:43:51 +03:00