silverstripe-framework/tests/core
Will Rossiter 920978df99 API: Add ClassInfo::table_for_object_field
Returns the table name for a field in a class hierarchy.

This issue raised itself with GridFieldSortableHeader not supporting sorting on fields from parent class fields.
2014-09-26 10:38:31 +12:00
..
manifest FIX: ClassManifest errors if files contain duplicate class names (fixes #3210) 2014-06-16 22:18:18 +01:00
startup BUG using isDev or isTest query string no longer triggers basic auth 2014-07-02 11:51:51 +12:00
ArrayDataTest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
ArrayLibTest.php API: Add ArrayLib::flatten($array, $preserveKeys) 2013-05-11 00:00:31 +12:00
ClassInfoTest.php API: Add ClassInfo::table_for_object_field 2014-09-26 10:38:31 +12:00
ConfigTest.php Revert "BUG Config::merge_array_low_into_high() ignores falsey values" 2014-07-09 09:57:25 +12:00
ConvertTest.php Better encoding of javascript 2014-07-07 09:01:53 +12:00
CoreTest.php BUG Fixed cross-platform issues with test cases and file utilities 2013-10-04 13:54:33 +13:00
DiffTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTMLCleanerTest.php BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
ObjectTest.php FIX Handle PHP 5.4's short array notation everywhere arrays are parsed. 2013-05-05 13:27:42 +12:00