silverstripe-framework/tests/php/ORM
2017-04-13 16:27:13 +12:00
..
ArrayListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ComponentSetTest 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
DataExtensionTest API Upgrade tests to use new Config API 2017-02-27 16:54:01 +13:00
DataObjectDuplicationTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DataObjectSchemaGenerationTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DataObjectSchemaTest API Use mysql-safe table namespace separator 2017-03-24 14:17:30 +13:00
DataObjectTest API Upgrade tests to use new Config API 2017-02-27 16:54:01 +13:00
DataQueryTest 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
DecimalTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Filters Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
HierarchyTest API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
ManyManyListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13: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
Search Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +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
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
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
DatabaseTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +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 Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectDuplicationTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectLazyLoadingTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectSchemaGenerationTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectSchemaTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataObjectTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
DataQueryTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DataQueryTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
DBClassNameTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DBCompositeTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
DBCurrencyTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBDateTest.php Fixed tests 2017-04-03 20:04:37 +12:00
DBDatetimeTest.php Fixed coding conventions 2017-04-03 20:54:25 +12:00
DBFieldTest.php API exists() no longer true for nullifyIfEmpty if empty string 2017-04-04 10:20:08 +12:00
DBHTMLTextTest.php Respect PHPUnit method visibility 2017-03-24 16:23:03 +13:00
DBLocaleTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoneyTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13: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 Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBTest.php API Upgrade tests to use new Config API 2017-02-27 16:54:01 +13:00
DBTextTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBTimeTest.php Fixed tests 2017-04-03 20:04:37 +12:00
DBYearTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +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 Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
HierarchyTest.php API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +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 Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
ManyManyListExtensionTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
ManyManyListTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
ManyManyThroughListTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
ManyManyThroughListTest.yml API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
MapTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
MarkedSetTest.php API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
MySQLDatabaseTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
MySQLDatabaseTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
PaginatedListTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
PDODatabaseTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
PolymorphicHasManyListTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13: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
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
URLSegmentFilterTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +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