You are here

24 calls to FileTestCase::createFile() in SimpleTest 7

FileCopyTest::testExistingError in tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in tests/file.test
Test file copying in the normal, base case.
FileDeleteTest::testNormal in tests/file.test
Try deleting a normal file (as opposed to a directory, symlink, etc).
FileDownloadTest::testPrivateFileTransfer in tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in tests/file.test
Test the public file transfer system.
FileLoadTest::testMultiple in tests/file.test
This will test loading file data from the database.
FileLoadTest::testSingleValues in tests/file.test
Load a single file and ensure that the correct values are returned.
FileMoveTest::testExistingError in tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in tests/file.test
Move a normal file.
FileSaveDataTest::testExistingError in tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in tests/file.test
Test file_save_data() when replacing an existing file.
FileUnmanagedCopyTest::testNormal in tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in tests/file.test
Copy a file onto itself.
FileUnmanagedDeleteTest::testNormal in tests/file.test
Delete a normal file.
FileUnmanagedMoveTest::testNormal in tests/file.test
Move a normal file.
FileUnmanagedMoveTest::testOverwriteSelf in tests/file.test
Try to move a file onto itself.
FileURLRewritingTest::testPublicCreatedFileURL in tests/file.test
Test the generating of rewritten public created file URLs.
FileValidateTest::testCallerValidation in tests/file.test
Test that the validators passed into are checked.