silverstripe-framework/tests/core
Sean Harvey b075fa29c5 Have tiny_mce_gzip.php use local silverstripe-cache folder if available
This is a fix for ticket #7670. Some hosting situations don't
allow write access to the system temp path. tiny_mce_gzip.php is currently
using sys_get_temp_dir() by default, and not using a local silverstripe-cache
folder that may exist in the SilverStripe project.

This change moves the getTempFolder() function into a common file, and
includes that in core/Core.php, as well as thirdparty/tinymce/tiny_mce_gzip.php
so both locations share the same code to work out the temp path.
2012-09-19 16:43:17 +12:00
..
manifest Add some basic tests for ConfigManifest#relativeOrder 2012-08-27 16:42:25 +12:00
ArrayDataTest.php MINOR Fixing ArrayDataTest to use toMap() instead of getArray() which is deprecated. 2012-05-11 11:27:36 +12:00
ArrayLibTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ClassInfoTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ConfigTest.php MINOR Tidy up of code formatting in TestRunner 2012-04-18 23:29:54 +12:00
ConvertTest.php MINOR Isolating testRaw2URL settings 2012-05-08 22:13:03 +02:00
CoreTest.php Have tiny_mce_gzip.php use local silverstripe-cache folder if available 2012-09-19 16:43:17 +12:00
DiffTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HTMLCleanerTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ObjectTest.php API CHANGE: Don't have any instance caching in singleton(), rely on Injector for this. 2012-06-11 22:41:12 +12:00