Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
FileTestBase.php
»
FileTestBase
»
FileTestBase::createUri
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
7 calls to FileTestBase::createUri()
FileManagedTestBase::createFile
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
UnmanagedCopyTest::testNormal
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedDeleteTest::testNormal
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedDeleteTest.php
Delete a normal file.
UnmanagedMoveTest::testNormal
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedMoveTest.php
Move a normal file.
UnmanagedMoveTest::testOverwriteSelf
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UnmanagedMoveTest.php
Try to move a file onto itself.
UrlRewritingTest::testPublicCreatedFileURL
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
UrlRewritingTest.php
Test the generating of rewritten public created file URLs.