6 calls to DrupalWebTestCase::getUrl() in SimpleTest 7.2
- DrupalWebTestCase::assertUrl in ./
drupal_web_test_case.php - Pass if the internal browser's URL matches the given path.
- DrupalWebTestCase::clickLink in ./
drupal_web_test_case.php - Follows a link by name.
- DrupalWebTestCase::drupalGet in ./
drupal_web_test_case.php - Retrieves a Drupal path or an absolute path.
- 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::parse in ./
drupal_web_test_case.php - Parse content returned from curlExec using DOM and SimpleXML.
- SimpleTestFunctionalTest::testInternalBrowser in ./
simpletest.test - Test the internal browsers functionality.