You are here

namespace Drupal\file\Tests in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\file\Tests
Classsort descending Location Description
CopyTest core/modules/file/src/Tests/CopyTest.php Tests the file copy function.
DeleteTest core/modules/file/src/Tests/DeleteTest.php Tests the file delete function.
DownloadTest core/modules/file/src/Tests/DownloadTest.php Tests for download/file transfer functions.
FileFieldDisplayTest core/modules/file/src/Tests/FileFieldDisplayTest.php Tests the display of file fields in node and views.
FileFieldFormatterAccessTest core/modules/file/src/Tests/FileFieldFormatterAccessTest.php Tests file formatter access. @group file
FileFieldPathTest core/modules/file/src/Tests/FileFieldPathTest.php Tests that files are uploaded to proper locations.
FileFieldRevisionTest core/modules/file/src/Tests/FileFieldRevisionTest.php Tests creating and deleting revisions with files attached.
FileFieldRSSContentTest core/modules/file/src/Tests/FileFieldRSSContentTest.php Ensure that files added to nodes appear correctly in RSS feeds.
FileFieldTestBase core/modules/file/src/Tests/FileFieldTestBase.php Provides methods specifically for testing File module's field handling.
FileFieldValidateTest core/modules/file/src/Tests/FileFieldValidateTest.php Tests validation functions such as file type, max file size, max size per node, and required.
FileFieldWidgetTest core/modules/file/src/Tests/FileFieldWidgetTest.php Tests the file field widget, single and multi-valued, with and without AJAX, with public and private files.
FileItemTest core/modules/file/src/Tests/FileItemTest.php Tests using entity fields of the file field type.
FileListingTest core/modules/file/src/Tests/FileListingTest.php Tests file listing page functionality.
FileManagedAccessTest core/modules/file/src/Tests/FileManagedAccessTest.php Tests access to managed files.
FileManagedFileElementTest core/modules/file/src/Tests/FileManagedFileElementTest.php Tests the 'managed_file' element type.
FileManagedTestBase core/modules/file/src/Tests/FileManagedTestBase.php Base class for file tests that use the file_test module to test uploads and hooks.
FileManagedUnitTestBase core/modules/file/src/Tests/FileManagedUnitTestBase.php Base class for file unit tests that use the file_test module to test uploads and hooks.
FilePrivateTest core/modules/file/src/Tests/FilePrivateTest.php Uploads a test to a private node and checks access.
FileTokenReplaceTest core/modules/file/src/Tests/FileTokenReplaceTest.php Generates text using placeholders for dummy content to check file token replacement.
LoadTest core/modules/file/src/Tests/LoadTest.php Tests \Drupal\file\Entity\File::load().
MoveTest core/modules/file/src/Tests/MoveTest.php Tests the file move function.
PrivateFileOnTranslatedEntityTest core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php Uploads private files to translated node and checks access.
RemoteFileSaveUploadTest core/modules/file/src/Tests/RemoteFileSaveUploadTest.php Tests the file uploading functions.
SaveDataTest core/modules/file/src/Tests/SaveDataTest.php Tests the file_save_data() function.
SaveTest core/modules/file/src/Tests/SaveTest.php File saving tests.
SaveUploadTest core/modules/file/src/Tests/SaveUploadTest.php Tests the file_save_upload() function.
SpaceUsedTest core/modules/file/src/Tests/SpaceUsedTest.php Tests the spaceUsed() function.
UsageTest core/modules/file/src/Tests/UsageTest.php Tests file usage functions.
ValidateTest core/modules/file/src/Tests/ValidateTest.php Tests the file_validate() function.
ValidatorTest core/modules/file/src/Tests/ValidatorTest.php Tests the functions used to validate uploaded files.