55 calls to DrupalTestCase::randomName() in SimpleTest 7
- ActionsConfigurationTestCase::testActionConfiguration in tests/
actions.test - Test the configuration of advanced actions through the administration interface.
- BootstrapVariableTestCase::testVariable in tests/
bootstrap.test - testVariable
- BrowserBackendTestCase::testBrowserBackend in tests/
browser.test - Test stream and curl backends execution of GET and POST requests.
- CacheClearCase::setUp in tests/
cache.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.…
- CacheGetMultipleUnitTest::testCacheMultiple in tests/
cache.test - Test cache_get_multiple().
- CacheIsEmptyCase::setUp in tests/
cache.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.…
- CacheSavingCase::testObject in tests/
cache.test - Test the saving and restoring of an object.
- CacheSavingCase::testString in tests/
cache.test - Test the saving and restoring of a string.
- CommonURLUnitTest::testExternalUrls in tests/
common.test - Test external URL handling.
- CommonURLUnitTest::testLXSS in tests/
common.test - Confirm that invalid text given as $path is filtered.
- DatabaseConnectionTestCase::testConnectionRouting in tests/
database_test.test - Test that connections return appropriate connection objects.
- DrupalDataApiTest::testDrupalWriteRecord in tests/
common.test - Test the drupal_write_record() API function.
- DrupalHTTPRequestTestCase::testDrupalGetDestination in tests/
common.test - DrupalHTTPRequestTestCase::testDrupalHTTPRequestBasicAuth in tests/
common.test - DrupalMatchPathTestCase::setUp in tests/
path.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.…
- DrupalRenderUnitTestCase::testDrupalRenderSorting in tests/
common.test - Test sorting by weight.
- DrupalRenderUnitTestCase::testDrupalRenderThemeArguments in tests/
common.test - Test passing arguments to the theme function.
- DrupalSetContentTestCase::testRegions in tests/
common.test - Test setting and retrieving content for theme regions.
- DrupalWebTestCase::drupalCreateContentType in ./
drupal_web_test_case.php - Creates a custom content type based on default settings.
- DrupalWebTestCase::drupalCreateNode in ./
drupal_web_test_case.php - Creates a node based on default settings.
- DrupalWebTestCase::drupalCreateRole in ./
drupal_web_test_case.php - Internal helper function; Create a role with specified permissions.
- DrupalWebTestCase::drupalCreateUser in ./
drupal_web_test_case.php - Create a user with a given set of permissions. The permissions correspond to the names given on the privileges page.
- 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.
- FileDirectoryTest::testFileCheckDirectory in tests/
file.test - Test the file_directory_path() function.
- FileDownloadTest::testPrivateFileTransfer in tests/
file.test - Test the private file transfer system.
- 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.
- FileNameMungingTest::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.…
- 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.
- FileSaveUploadTest::testNormal in tests/
file.test - Test the file_save_upload() function.
- FileTestCase::createDirectory in tests/
file.test - Create a directory and assert it exists.
- FileTestCase::createFile in tests/
file.test - Create a file and save it to the files table and assert that it occurs correctly.
- FileUnmanagedCopyTest::testNonExistent in tests/
file.test - Copy a non-existent file.
- FileUnmanagedCopyTest::testNormal in tests/
file.test - Copy a normal file.
- FileUnmanagedDeleteRecursiveTest::testSingleFile in tests/
file.test - Delete a normal file.
- FileUnmanagedDeleteTest::testMissing in tests/
file.test - Try deleting a missing file.
- FileUnmanagedMoveTest::testMissing in tests/
file.test - Try to move a missing file.
- FileUnmanagedMoveTest::testNormal in tests/
file.test - Move a normal file.
- FileUnmanagedSaveDataTest::testFileSaveData in tests/
file.test - Test the file_unmanaged_save_data() function.
- FormsElementsTableSelectFunctionalTest::formSubmitHelper in tests/
form.test - Helper function for the option check test to submit a form while collecting errors.
- FormsTestCase::testRequiredFields in tests/
form.test - Check several empty values for required forms elements.
- FormsTestTypeCase::testFormCheckboxValue in tests/
form.test - Test form_type_checkbox_value() function for expected behavior.
- SessionTestCase::testDataPersistence in tests/
session.test - Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
- SimpleTestMailCaptureTestCase::testMailSend in ./
simpletest.test - Test to see if the wrapper function is executed correctly.
- XMLRPCValidator1IncTestCase::testValidator1 in tests/
xmlrpc.test - Run validator1 tests.