You are here

6 calls to FileCopyTest::doTransform() in Drupal 9

FileCopyTest::testNonExistentSourceFile in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests that non-existent files throw an exception.
FileCopyTest::testNonWritableDestination in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests that non-writable destination throw an exception.
FileCopyTest::testRenameFile in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests the 'rename' overwrite mode.
FileCopyTest::testSuccessfulCopies in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests successful imports/copies.
FileCopyTest::testSuccessfulMoves in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests successful moves.
FileCopyTest::testSuccessfulReuse in core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
Tests successful file reuse.