silverstripe-framework/tests/core
Ingo Schommer e045ffeb29 Merge pull request #205 from AngryPHPNerd/sapphire
---

In SS-2.4 you can prefix files with an underscore to exclude them from manifest this can be useful for backups of old classes or huge data files.

I think this behaviour should be readded.

(I will add a unit test for this ...)
2012-04-11 17:32:34 +02:00
..
manifest - Readded check for _config.php in ClassManifest. 2012-03-13 23:38:34 +01: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 BUGFIX Merge request arrays recursively 2011-12-23 17:48:49 +13: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 BUGFIX Fixed tag stacking in Diff.php thirdparty lib (AIR-71) 2011-10-07 14:12:52 +02:00
HTMLCleanerTest.php ENHANCEMENT Allowing custom HTMLCleaner implementations via Diff:: and new TidyHTMLCleaner and PurifierHTMLCleaner classes 2011-03-30 18:02:25 +13:00
ObjectStaticTest.php MINOR: Disable tests in ObjectStaticTest that break 2012-03-09 18:16:45 +13:00
ObjectTest.php MINOR Using late static binding instead of Object::create() calls 2012-04-04 17:10:31 +02:00