silverstripe-framework/tests/core
2012-04-15 10:50:19 +12:00
..
manifest MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ArrayDataTest.php API-CHANGE: moving iterator support from ViewableData to SSViewer. New set of unit tests for iterator support functions. 2012-03-06 09:31:55 +13:00
ArrayLibTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ClassInfoTest.php BUGFIX Improved ClassInfo::ancestry() performance through in-memory caching and removal of unnecessary is_object() check - get_class() will complain if its not passed an object already) 2012-01-02 16:49:33 +01:00
ConfigTest.php ENHANCEMENT: Add config layer - the Config access class itself, and the ConfigManfiest builder which parses in the yaml config files 2012-03-09 18:13:56 +13:00
ConvertTest.php API CHANGE Remove use of Services_JSON and replace with json_encode() and json_decode() 2012-03-31 13:17:36 +13:00
CoreTest.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
DiffTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HTMLCleanerTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ObjectStaticTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ObjectTest.php MINOR Using late static binding instead of Object::create() calls 2012-04-04 17:10:31 +02:00