silverstripe-framework/tests/php/ORM
2018-07-13 16:42:00 +01:00
..
ArrayListTest
CascadeDeleteTest
ComponentSetTest
DatabaseTest
DataExtensionTest
DataObjectDuplicationTest Merge branch '4.0' into 4.1 2018-06-08 23:05:24 +01:00
DataObjectSchemaGenerationTest Merge branch '3' into 4 2018-01-16 11:47:39 +00:00
DataObjectSchemaTest
DataObjectTest Merge remote-tracking branch 'origin/4.0' into 4 2018-01-22 14:57:05 +13: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
Filters
HasManyListTest
HierarchyTest
ManyManyListTest
ManyManyThroughListTest BUG Backport bugfix for belongs_many_many with many_many through. 2018-06-06 09:43:04 +12: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
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
DataExtensionTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
DataExtensionTest.yml
DataListTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00: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 Merge branch '3' into 4 2018-01-16 11:47:39 +00:00
DataObjectSchemaTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DataObjectTest.php Merge branch '4.0' into 4.1 2018-07-13 16:42:00 +01:00
DataObjectTest.yml
DataQueryTest.php Merge branch '3.6' into 4.0 2017-11-25 16:56:50 +00:00
DataQueryTest.yml
DBClassNameTest.php API Add getShortName to DBClassName 2017-11-15 11:27:58 +13:00
DBCompositeTest.php
DBCurrencyTest.php
DBDateTest.php Merge pull request #7794 from kinglozzer/id-like-to-place-an-ordinal 2018-01-26 09:27:46 +13:00
DBDatetimeTest.php Respect semver and add tests 2018-06-15 11:04:12 +12:00
DBEnumTest.php BUG Fix DBEnum ignoring empty defaults 2017-11-17 12:35:39 +13:00
DBFieldTest.php
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
HasManyListTest.yml
HierarchyTest.php
HierarchyTest.yml
LabelFieldTest.php
ManyManyListExtensionTest.php
ManyManyListExtensionTest.yml
ManyManyListTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ManyManyThroughListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
ManyManyThroughListTest.yml
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 Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
SQLSelectTest.yml
SQLUpdateTest.php
SQLUpdateTest.yml
TransactionTest.php FIX Add Nested DB transaction support (#7848) 2018-02-09 10:28:32 +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