silverstripe-framework/tests/php/ORM
Damian Mooyman 323644c7bb
API Implement cascade_deletes
2017-08-09 15:14:00 +12:00
..
ArrayListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CascadeDeleteTest API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBClassNameTest API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
DBCompositeTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBHTMLTextTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBMoneyTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBStringTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DataExtensionTest BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DataObjectDuplicationTest API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
DataObjectSchemaGenerationTest NEW Move index generation to DataObjectSchema and solidify index spec 2017-05-25 23:29:12 +01:00
DataObjectSchemaTest NEW Allow index type to be configured per DBField instance 2017-07-17 14:36:47 +12:00
DataObjectTest FIX Bracket should implement TestOnly 2017-05-30 22:44:24 +01:00
DataQueryTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DatabaseTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DecimalTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Filters NEW Move index generation to DataObjectSchema and solidify index spec 2017-05-25 23:29:12 +01:00
HasManyListTest Merge branch '3' 2017-06-28 18:59:08 +01:00
HierarchyTest API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
ManyManyListTest Merge branch '3' 2017-06-28 18:59:08 +01:00
ManyManyThroughListTest API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
MySQLDatabaseTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SQLInsertTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SQLSelectTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SQLUpdateTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Search Fixup test linting 2017-07-27 12:05:27 +12:00
TransactionTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
UnsavedRelationListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ArrayLibTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ArrayListTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CascadeDeleteTest.php API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
CascadeDeleteTest.yml API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
ComponentSetTest.yml Fix various ORM test issues 2016-11-23 19:25:12 +13:00
DBClassNameTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DBCompositeTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DBCurrencyTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBDateTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DBDatetimeTest.php Cleanup SapphireTest and time related tests (#6898) 2017-05-18 22:01:55 +12:00
DBFieldTest.php API exists() no longer true for nullifyIfEmpty if empty string 2017-04-04 10:20:08 +12:00
DBHTMLTextTest.php Merge branch '3' into 4 2017-07-18 14:19:16 +01:00
DBLocaleTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoneyTest.php Remove flakey swedish intl test 2017-05-08 21:31:14 +12:00
DBMoneyTest.yml Fix various ORM test issues 2016-11-23 19:25:12 +13:00
DBPercentageTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBStringTest.php API Remove Object class 2017-05-23 13:50:35 +12:00
DBTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DBTextTest.php Merge branch '3' into 4 2017-07-18 14:19:16 +01:00
DBTimeTest.php Cleanup SapphireTest and time related tests (#6898) 2017-05-18 22:01:55 +12:00
DBYearTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DataExtensionTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataExtensionTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
DataListTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DataObjectDuplicationTest.php API Duplication of many_many relationships now defaults to many_many only 2017-05-16 23:26:39 +12:00
DataObjectLazyLoadingTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DataObjectSchemaGenerationTest.php NEW Move index generation to DataObjectSchema and solidify index spec 2017-05-25 23:29:12 +01:00
DataObjectSchemaTest.php NEW Allow index type to be configured per DBField instance 2017-07-17 14:36:47 +12:00
DataObjectTest.php FIX: DataObject::get_one() misses return null, not false 2017-06-29 13:51:52 +12:00
DataObjectTest.yml API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
DataQueryTest.php API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
DataQueryTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
DatabaseTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DecimalTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DecimalTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
GroupedListTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
HasManyListTest.php Merge branch '3' 2017-06-28 18:59:08 +01:00
HasManyListTest.yml Merge branch '3' 2017-06-28 18:59:08 +01:00
HierarchyTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
HierarchyTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
LabelFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ManyManyListExtensionTest.php API Remove Object class 2017-05-23 13:50:35 +12:00
ManyManyListExtensionTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
ManyManyListTest.php Merge branch '3' 2017-06-28 18:59:08 +01:00
ManyManyThroughListTest.php API Remove Object class 2017-05-23 13:50:35 +12:00
ManyManyThroughListTest.yml API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
MapTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
MarkedSetTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
MySQLDatabaseTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
MySQLDatabaseTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
PDODatabaseTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
PaginatedListTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
PolymorphicHasManyListTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
SQLInsertTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
SQLSelectTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
SQLSelectTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
SQLUpdateTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
SQLUpdateTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
TransactionTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
URLSegmentFilterTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
UnsavedRelationListTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
UnsavedRelationListTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
ValidationExceptionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ValidationResultTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00