You are here

21 calls to FileManagedUnitTestBase::createFile() in Zircon Profile 8

CopyTest::testExistingError in core/modules/file/src/Tests/CopyTest.php
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
CopyTest::testExistingRename in core/modules/file/src/Tests/CopyTest.php
Test renaming when copying over a file that already exists.
CopyTest::testExistingReplace in core/modules/file/src/Tests/CopyTest.php
Test replacement when copying over a file that already exists.
CopyTest::testNormal in core/modules/file/src/Tests/CopyTest.php
Test file copying in the normal, base case.
DeleteTest::testInUse in core/modules/file/src/Tests/DeleteTest.php
Tries deleting a file that is in use.
DeleteTest::testUnused in core/modules/file/src/Tests/DeleteTest.php
Tries deleting a normal file (as opposed to a directory, symlink, etc).
LoadTest::testMultiple in core/modules/file/src/Tests/LoadTest.php
This will test loading file data from the database.
LoadTest::testSingleValues in core/modules/file/src/Tests/LoadTest.php
Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues in core/modules/file/src/Tests/LoadTest.php
Loads a single file and ensure that the correct values are returned.
MoveTest::testExistingError in core/modules/file/src/Tests/MoveTest.php
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
MoveTest::testExistingRename in core/modules/file/src/Tests/MoveTest.php
Test renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in core/modules/file/src/Tests/MoveTest.php
Test replacement when moving onto a file that already exists.
MoveTest::testExistingReplaceSelf in core/modules/file/src/Tests/MoveTest.php
Test replacement when moving onto itself.
MoveTest::testNormal in core/modules/file/src/Tests/MoveTest.php
Move a normal file.
SaveDataTest::testExistingError in core/modules/file/src/Tests/SaveDataTest.php
Test that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/src/Tests/SaveDataTest.php
Test file_save_data() when replacing an existing file.
UsageTest::testAddUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::add().
UsageTest::testGetUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::listUsage().
UsageTest::testRemoveUsage in core/modules/file/src/Tests/UsageTest.php
Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::delete().
ValidateTest::testCallerValidation in core/modules/file/src/Tests/ValidateTest.php
Test that the validators passed into are checked.