silverstripe-framework/tests/php/ORM
2024-07-31 00:42:30 +00:00
..
ArrayListTest
CascadeDeleteTest
ComponentSetTest
Connect NEW Add a trace comment for queries in dev mode (#11065) 2024-02-08 16:29:55 +13:00
DatabaseTest
DataExtensionTest MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
DataListTest/EagerLoading FIX Correctly eagerload polymorphic has_one relations (#11204) 2024-05-08 11:12:51 +12:00
DataObjectDuplicationTest
DataObjectSchemaGenerationTest
DataObjectSchemaTest NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DataObjectTest ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
DataQueryTest NEW Allow a single has_one to manage multiple reciprocal has_many (#11084) 2023-12-12 10:18:25 +13:00
DBClassNameTest
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
DBMoneyTest
DBSchemaManagerTest ENH Exclude a list of models for checking and repairs (#10746) 2023-04-04 14:22:00 +12:00
DBStringTest
DBVarcharTest
DecimalTest FIX Improve rounding logic for storing of long decimal numbers (#10593) 2022-11-29 15:07:56 +13:00
FieldType
Filters ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
HasManyListTest
HierarchyTest ENH Add tests for Hierarchy extension when applied to a subclass 2021-09-25 00:23:43 +12:00
ManyManyListTest
ManyManyThroughListTest FIX many_many through should allow subclasses (#11230) 2024-05-13 14:15:37 +12:00
MySQLDatabaseTest
MySQLiConnectorTest
MySQLSchemaManagerTest TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13:00
RelatedDataServiceTest
Search MNT Add tests for using GridField with arbitrary data 2023-12-18 14:20:33 +13:00
SQLInsertTest
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
UniqueKey
UnsavedRelationListTest
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
CascadeDeleteTest.yml
ComponentSetTest.php
ComponentSetTest.yml
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
DataListEagerLoadingTest.php ENH Use class name instead of self 2024-06-18 09:37:39 +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
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 MNT Remove TODO comments 2023-10-30 13:21:09 +13: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 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
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
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
DBLocaleTest.php
DBMoneyTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DBMoneyTest.yml
DBPercentageTest.php
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
DBTest.php
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
DBYearTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +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
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
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
ManyManyListTest.php ENH Do not use placeholders by default for foreignIDFilter() 2023-08-09 10:46:08 +12:00
ManyManyThroughListTest.php FIX many_many through should allow subclasses (#11230) 2024-05-13 14:15:37 +12:00
ManyManyThroughListTest.yml FIX many_many through should allow subclasses (#11230) 2024-05-13 14:15:37 +12:00
MapTest.php
MarkedSetTest.php ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
MySQLDatabaseTest.php NEW Add ORM abstraction for "WITH" clauses (#10943) 2023-10-02 15:25:14 +13:00
MySQLDatabaseTest.yml
MySQLiConnectorTest.php ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
MySQLSchemaManagerTest.php TEST: Simulated test for MySQLSchemaManager::shouldUseIntegerWidth() 2021-12-08 11:19:47 +13: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 ENH Use class name instead of self 2024-06-18 09:37:39 +12:00
SQLInsertTest.php
SQLSelectTest.php FIX Don't generate table alias for "from" statement that are not column names. 2024-07-30 08:36:27 +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
URLSegmentFilterTest.php
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