silverstripe-framework/tests/php/Assets
Ingo Schommer 3b06e30558 Don’t add extension dot in FileNameFilter
File names are generally valid without an extension (although they might be disallowed by upload constraints),
so the filter should deal gracefully with them (“myfile” should return “myfile”, not “myfile.”)
2017-01-13 11:11:40 +13:00
..
AssetControlExtensionTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileFinderTest Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
FileMigrationHelperTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Flysystem Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
GDTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Storage Enforce unique Folder names, use AssetNameGenerator 2017-01-13 11:11:37 +13:00
UploadTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
AssetControlExtensionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
AssetManipulationListTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileFinderTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileMigrationHelperTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileMigrationHelperTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
FileNameFilterTest.php Don’t add extension dot in FileNameFilter 2017-01-13 11:11:40 +13:00
FileTest.php Enforce unique Folder names, use AssetNameGenerator 2017-01-13 11:11:37 +13:00
FileTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
FolderTest.php Enforce unique Folder names, use AssetNameGenerator 2017-01-13 11:11:37 +13:00
GDTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ProtectedFileControllerTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
UploadTest.php Consolidate temporary file creation and deletion logic. 2016-12-29 22:32:04 +13:00