7 calls to DrupalTestCase::randomName() in SimpleTest 6.2
- BlockTestCase::testBlock in tests/
block.test - Test configuring and moving a module-define block to specific regions.
- BlockTestCase::testBox in tests/
block.test - Test creating custom block (i.e. box), moving it to a specific region and then deleting it.
- 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.
- SimpleTestMailCaptureTestCase::testMailSend in ./
simpletest.test - Test to see if the wrapper function is executed correctly.