25 calls to FileHookTestCase::assertFileHooksCalled() 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).
- FileLoadTest::testLoadInvalidStatus in tests/
file.test - Try to load a non-existent file by status.
- FileLoadTest::testLoadMissingFid in tests/
file.test - Try to load a non-existent file by fid.
- FileLoadTest::testLoadMissingFilepath in tests/
file.test - Try to load a non-existent file by URI.
- 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.
- FileSaveDataTest::testWithFilename in tests/
file.test - Test the file_save_data() function when a filename is provided.
- FileSaveDataTest::testWithoutFilename in tests/
file.test - Test the file_save_data() function when no filename is provided.
- FileSaveTest::testFileSave in tests/
file.test - FileSaveUploadTest::setUp in tests/
file.test - Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
- FileSaveUploadTest::testExistingError in tests/
file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in tests/
file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in tests/
file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testNormal in tests/
file.test - Test the file_save_upload() function.
- FileValidateTest::testCallerValidation in tests/
file.test - Test that the validators passed into are checked.