You are here

10 calls to DrupalWebTestCase::drupalGetContent() in SimpleTest 7

DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DrupalWebTestCase::assertNoPattern in ./drupal_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
DrupalWebTestCase::assertPattern in ./drupal_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
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::curlExec in ./drupal_web_test_case.php
Performs a cURL exec with the specified options after calling curlConnect().
SessionTestCase::testSessionSaveRegenerate in tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().