You are here

6 calls to file_test_reset() in SimpleTest 7

FileHookTestCase::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.…
FileLoadTest::testMultiple in tests/file.test
This will test loading file data from the database.
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::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.