..
ArrayListTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
CascadeDeleteTest
ComponentSetTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
DatabaseTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01: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
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
DataObjectTest
FIX Ensure getters and setters are respected ( #10708 )
2023-03-01 15:19:07 +13:00
DataQueryTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
DBClassNameTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
DBCompositeTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01: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
DBSchemaManagerTest
ENH Exclude a list of models for checking and repairs ( #10746 )
2023-04-04 14:22:00 +12:00
DBStringTest
DBVarcharTest
ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length
2017-10-26 16:21:51 +13: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
MNT Fix various typos with codespell ( #10177 )
2021-12-13 21:05:33 +13: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
BUGFIX many many through not sorting by join table ( #8534 )
2018-11-01 14:17:15 +13: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
NEW DataObject related objects service
2020-10-29 09:29:26 +13:00
Search
NEW Search across multiple searchable fields by default ( #10382 )
2022-08-01 12:19:02 +12:00
SQLInsertTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
SQLSelectTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
SQLUpdateTest
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01: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
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
ArrayListTest.php
ENH Make limit method return no results when zero is provided
2023-01-27 10:00:41 +13:00
CascadeDeleteTest.php
API Rename assert dos to assert list
2017-10-09 11:53:11 +13:00
CascadeDeleteTest.yml
ComponentSetTest.php
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
ComponentSetTest.yml
DatabaseTest.php
FIX Allow repeated iterations of predicated query result ( #10857 )
2023-07-05 16:25:58 +12:00
DataExtensionTest.php
NEW Add afterUpdateCMSFields method to DataObject. ( #9819 )
2021-10-26 16:05:11 +13:00
DataExtensionTest.yml
DataListEagerLoadingTest.php
MNT Add missing tests for eagerloaded DataList interactions
2023-07-17 12:03:11 +12:00
DataListTest.php
MNT Refactor eagerloading tests into their own class
2023-07-17 12:03:09 +12: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
ENH PHP 8.1 compatibility
2022-04-14 13:12:59 +12:00
DataObjectSchemaGenerationTest.php
MNT Remove legacy upgrader config
2023-01-20 17:05:41 +13:00
DataObjectSchemaTest.php
MNT Remove legacy upgrader config
2023-01-20 17:05:41 +13:00
DataObjectTest.php
FIX Ensure getters and setters are respected ( #10708 )
2023-03-01 15:19:07 +13:00
DataObjectTest.yml
API Upgrade SapphireTest to work with phpunit 9 ( #10028 )
2021-10-27 15:39:47 +13:00
DataQuery_SubGroupTest.php
FIX Use OR conjuctive in filterAny aggregate queries
2023-05-17 11:55:56 +12:00
DataQueryTest.php
MNT Remove legacy upgrader config
2023-01-20 17:05:41 +13:00
DataQueryTest.yml
Added unit tests for multiple relationship sorting
2019-07-29 10:45:10 -03:00
DBClassNameTest.php
MNT Remove legacy upgrader config
2023-01-20 17:05:41 +13:00
DBCompositeTest.php
NEW Access dynamic data inside ViewableData
2023-02-22 09:40:27 +13: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: Make all enums non-destructive, not just ClassName
2018-11-10 12:10:25 +13:00
DBFieldTest.php
FIX Ensure getters and setters are respected ( #10708 )
2023-03-01 15:19:07 +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
DBMoneyTest.php
ENH PHP 8.1 compatibility
2022-04-14 13:12:59 +12:00
DBMoneyTest.yml
DBPercentageTest.php
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01: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
API Upgrade SapphireTest to work with phpunit 9 ( #10028 )
2021-10-27 15:39:47 +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
DecimalTest.php
FIX Improve rounding logic for storing of long decimal numbers ( #10593 )
2022-11-29 15:07:56 +13:00
DecimalTest.yml
GroupedListTest.php
ENH PHP 8.1 compatibility
2022-04-14 13:12:59 +12:00
HasManyListTest.php
NEW Add/remove callbacks on RelationList
2020-09-18 13:33:42 +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
ManyManyListTest.php
API Stop using deprecated API
2022-11-15 18:20:54 +13:00
ManyManyThroughListTest.php
API Create orderBy() method to handle raw SQL
2022-12-07 12:25:58 +13: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
MNT Remove legacy upgrader config
2023-01-20 17:05:41 +13:00
MySQLDatabaseTest.yml
MySQLiConnectorTest.php
Merge branch '4.13' into 5.0
2023-07-10 14:29:03 +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
FIX Add polymorphic class on new records for use in forms.
2022-05-11 14:04:52 +12: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 test to SQLSelect for Zero limit
2023-01-27 10:00:56 +13:00
SQLSelectTest.yml
SQLUpdateTest.php
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
SQLUpdateTest.yml
TransactionTest.php
API Stop using deprecated API
2022-11-15 18:20:54 +13:00
UnsavedRelationListTest.php
Convert array delcarations to short array syntax
2020-04-20 18:58:09 +01:00
UnsavedRelationListTest.yml
URLSegmentFilterTest.php
URLSegmentFilter: Remove : characters from url segments when multibyte characters are allowed.
2019-06-02 11:43:51 +03: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