| FileCopyTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php |
|
| FileCopyTest::$fileSystem |
property |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
The file system service. |
| FileCopyTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Modules to install. |
| FileCopyTest::assertPlugin |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Creates a TestFileCopy process plugin. |
| FileCopyTest::doTransform |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Do an import using the destination. |
| FileCopyTest::providerFileProcessBaseConstructor |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Data provider for testFileProcessBaseConstructor. |
| FileCopyTest::providerSuccessfulReuse |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Provides the source and destination path files. |
| FileCopyTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
|
| FileCopyTest::testDownloadRemoteUri |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests that remote URIs are delegated to the download plugin. |
| FileCopyTest::testFileProcessBaseConstructor |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Tests that the plugin constructor correctly sets the configuration. |
| FileCopyTest::testNonExistent |
function |
core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php |
Copy a non-existent file. |
| FileCopyTest::testNonExistentSourceFile |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests that non-existent files throw an exception. |
| FileCopyTest::testNonWritableDestination |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests that non-writable destination throw an exception. |
| FileCopyTest::testNormal |
function |
core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php |
Copy a normal file. |
| FileCopyTest::testOverwriteSelf |
function |
core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php |
Copy a file onto itself. |
| FileCopyTest::testRenameFile |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests the 'rename' overwrite mode. |
| FileCopyTest::testSuccessfulCopies |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests successful imports/copies. |
| FileCopyTest::testSuccessfulMoves |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests successful moves. |
| FileCopyTest::testSuccessfulReuse |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Tests successful file reuse. |
| FileDeleteRecursiveTest |
class |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Tests the unmanaged file delete recursive function. |
| FileDeleteRecursiveTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
|
| FileDeleteRecursiveTest::testDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Try deleting a directory with some files. |
| FileDeleteRecursiveTest::testEmptyDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Try deleting an empty directory. |
| FileDeleteRecursiveTest::testSingleFile |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Delete a normal file. |
| FileDeleteRecursiveTest::testSubDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Try deleting subdirectories with some files. |
| FileDeleteTest |
class |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Tests the unmanaged file delete function. |
| FileDeleteTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
|
| FileDeleteTest::testDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Try deleting a directory. |
| FileDeleteTest::testMissing |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Try deleting a missing file. |
| FileDeleteTest::testNormal |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php |
Delete a normal file. |
| FileElementTest |
class |
core/modules/system/tests/src/Kernel/Form/FileElementTest.php |
Tests for the 'file' form element. |
| FileElementTest.php |
file |
core/modules/system/tests/src/Kernel/Form/FileElementTest.php |
|
| FileElementTest::$modules |
property |
core/modules/system/tests/src/Kernel/Form/FileElementTest.php |
Modules to install. |
| FileElementTest::testFileElement |
function |
core/modules/system/tests/src/Kernel/Form/FileElementTest.php |
Tests that file elements are built and processed correctly. |
| FileEntityFormatterTest |
class |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the default file formatter. |
| FileEntityFormatterTest.php |
file |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
|
| FileEntityFormatterTest::$files |
property |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
The files. |
| FileEntityFormatterTest::$fileUrlGenerator |
property |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
The file URL generator. |
| FileEntityFormatterTest::$modules |
property |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Modules to install. |
| FileEntityFormatterTest::setUp |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
|
| FileEntityFormatterTest::testFormatterFileExtension |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_extension field formatter. |
| FileEntityFormatterTest::testFormatterFileLink |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_link field formatter. |
| FileEntityFormatterTest::testFormatterFileLinkWithQueryString |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_link field formatter using a query string. |
| FileEntityFormatterTest::testFormatterFileMime |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_extension field formatter. |
| FileEntityFormatterTest::testFormatterFileSize |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_size field formatter. |
| FileEntityFormatterTest::testFormatterFileUri |
function |
core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php |
Tests the file_link field formatter. |
| FileExtensionConstraintValidatorTest |
class |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionConstraintValidatorTest.php |
Tests the FileExtensionConstraintValidator. |
| FileExtensionConstraintValidatorTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionConstraintValidatorTest.php |
|
| FileExtensionConstraintValidatorTest::providerTestFileValidateExtensionsOnUri |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionConstraintValidatorTest.php |
Data provider for ::testFileExtensionOnUri. |
| FileExtensionConstraintValidatorTest::testFileExtensionOnUri |
function |
core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileExtensionConstraintValidatorTest.php |
Tests the FileExtensionConstraintValidator. |