DirectoryTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
Directory related tests. |
FileTestBase |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Base class for file tests that adds some additional file specific
assertions and helper functions. |
MimeTypeTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/MimeTypeTest.php |
Tests for file_get_mimetype(). |
NameMungingTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php |
Tests for file_munge_filename() and file_unmunge_filename(). |
RemoteFileDirectoryTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileDirectoryTest.php |
Directory related tests. |
RemoteFileScanDirectoryTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php |
Tests the file_scan_directory() function on remote filesystems. |
RemoteFileUnmanagedCopyTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
Unmanaged copy related tests on remote filesystems. |
RemoteFileUnmanagedDeleteRecursiveTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteRecursiveTest.php |
Deletion related tests on remote filesystems. |
RemoteFileUnmanagedDeleteTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedDeleteTest.php |
Deletion related tests on remote filesystems. |
RemoteFileUnmanagedMoveTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedMoveTest.php |
Unmanaged move related tests on remote filesystems. |
RemoteFileUnmanagedSaveDataTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function on remote filesystems. |
ScanDirectoryTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Tests the file_scan_directory() function. |
StreamWrapperTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php |
Tests stream wrapper functions. |
UnmanagedCopyTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php |
Unmanaged copy related tests. |
UnmanagedDeleteRecursiveTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php |
Deletion related tests. |
UnmanagedDeleteTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Deletion related tests. |
UnmanagedMoveTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php |
Unmanaged move related tests. |
UnmanagedSaveDataTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function. |
UrlRewritingTest |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php |
Tests for file URL rewriting. |