11 calls to DrupalWebTestCase::drupalGet() in SimpleTest 7.2
- DrupalWebTestCase::checkForMetaRefresh in ./
drupal_web_test_case.php - Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
- DrupalWebTestCase::clickLink in ./
drupal_web_test_case.php - Follows a link by name.
- DrupalWebTestCase::cronRun in ./
drupal_web_test_case.php - Runs cron in the Drupal installed by Simpletest.
- DrupalWebTestCase::drupalGetAJAX in ./
drupal_web_test_case.php - Retrieve a Drupal path or an absolute path and JSON decode the result.
- DrupalWebTestCase::drupalLogout in ./
drupal_web_test_case.php - DrupalWebTestCase::drupalPost in ./
drupal_web_test_case.php - Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
- DrupalWebTestCase::drupalPostAJAX in ./
drupal_web_test_case.php - Execute an Ajax submission.
- SimpleTestFunctionalTest::testInternalBrowser in ./
simpletest.test - Test the internal browsers functionality.
- SimpleTestFunctionalTest::testUserAgentValidation in ./
simpletest.test - Test validation of the User-Agent header we use to perform test requests.
- SimpleTestFunctionalTest::testWebTestRunner in ./
simpletest.test - Make sure that tests selected through the web interface are run and that the results are displayed correctly.
- SimpleTestURLTestCase::testGetAbsoluteUrl in ./
simpletest.test - Test DrupalWebTestCase::getAbsoluteUrl().