silverstripe-framework/tests/filesystem
2010-10-19 04:00:57 +00:00
..
FileTest.php MINOR Added tests for File::getURL() and File::getAbsoluteURL() (from r109066) 2010-10-19 00:52:57 +00:00
FileTest.yml API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693) 2010-10-15 03:20:47 +00:00
FolderTest.php BUGFIX Moving folder after executing Folder::findOrMake will not set the Filenames properly. Invoking updateFilesystem() in File->onAfterWrite() instead of onBeforeWrite(), and avoid caching in FIle->getRelativePath() (fixes #5994 and #5937, thanks muzdowski) (from r111493) 2010-10-19 04:00:57 +00:00
UploadTest.php MINOR: Unit test fails if the previous build left temp files behind, so they are removed at the start of the test (from r104050) 2010-10-14 23:55:31 +00:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00