silverstripe-framework/tests/filesystem
Simon Welsh 9bd7765272 API CHANGE Renames Transliterator to SS_Transliterator
The intl extension in PHP 5.4 provides a Transliterator class, which
conflicts with the SilverStripe one. This leads to some really weird
ReflectionExceptions about Transliterator's constructor being
private.
2012-06-15 15:54:47 +12:00
..
fixtures/filefinder FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
FileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilterTest.php API CHANGE Renames Transliterator to SS_Transliterator 2012-06-15 15:54:47 +12:00
FileTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
FileTest.yml ENHANCEMENT [file_link id=n] shortcode support for file links in HtmlEditorField 2012-03-01 22:20:58 +13:00
FolderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
UploadTest.php MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00