14 calls to FileTestBase::createUri()
- DownloadTest::testNonDestructiveDownload in core/
modules/ migrate/ tests/ src/ Kernel/ process/ DownloadTest.php - Tests a download that renames the downloaded file if there's a collision.
- DownloadTest::testOverwritingDownload in core/
modules/ migrate/ tests/ src/ Kernel/ process/ DownloadTest.php - Tests a download that overwrites an existing local file.
- DownloadTest::testWriteProtectedDestination in core/
modules/ migrate/ tests/ src/ Kernel/ process/ DownloadTest.php - Tests that an exception is thrown if the destination URI is not writable.
- FileCopyTest::testNonWritableDestination in core/
modules/ migrate/ tests/ src/ Kernel/ process/ FileCopyTest.php - Tests that non-writable destination throw an exception.
- FileCopyTest::testNormal in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileCopyTest.php - Copy a normal file.
- FileCopyTest::testOverwriteSelf in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileCopyTest.php - Copy a file onto itself.
- 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.
- FileDeleteTest::testNormal in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileDeleteTest.php - Delete a normal file.
- FileMoveTest::testNormal in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileMoveTest.php - Move a normal file.
- FileMoveTest::testOverwriteSelf in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileMoveTest.php - Try to move a file onto itself.
- FileUrlGeneratorTest::testPublicManagedFileURL in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileUrlGeneratorTest.php - Tests the rewriting of public managed file URLs by hook_file_url_alter().
- FileUrlGeneratorTest::testRelativeFileURL in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileUrlGeneratorTest.php - Tests generate absolute string with relative URL.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.