27 calls to DrupalWebTestCase::drupalGetContent()

BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test page compression.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal-7.x/modules/comment/comment.test
Test the recent comments block.
CommentHelperCase::commentContactInfoAvailable in drupal-7.x/modules/comment/comment.test
Check for contact info.
CommentHelperCase::commentExists in drupal-7.x/modules/comment/comment.test
Checks current page for specified comment.
CommentHelperCase::getUnapprovedComment in drupal-7.x/modules/comment/comment.test
Get the comment ID for an unapproved comment.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DrupalRenderTestCase::assertRenderedElement in drupal-7.x/modules/simpletest/tests/common.test
DrupalWebTestCase::assertNoPattern in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
DrupalWebTestCase::assertNoRaw in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the raw text is NOT found on the loaded page, fail otherwise. Raw text refers to the raw HTML that the page generated.
DrupalWebTestCase::assertPattern in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
DrupalWebTestCase::assertRaw in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the raw text IS found on the loaded page, fail otherwise. Raw text refers to the raw HTML that the page generated.
DrupalWebTestCase::assertTextHelper in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Helper for assertText and assertNoText.
DrupalWebTestCase::assertUniqueTextHelper in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Helper for assertUniqueText and assertNoUniqueText.
DrupalWebTestCase::checkForMetaRefresh in drupal-7.x/modules/simpletest/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-7.x/modules/simpletest/drupal_web_test_case.php
Initializes and executes a cURL request.
DrupalWebTestCase::parse in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in drupal-7.x/modules/field_ui/field_ui.test
Asserts that a string is (not) found in the rendered nodein a view mode.
FormsTestCase::testSelect in drupal-7.x/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
LocaleTranslationFunctionalTest::testStringValidation in drupal-7.x/modules/locale/locale.test
Tests the validation of the translation input.
SessionTestCase::testSessionSaveRegenerate in drupal-7.x/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
TranslationTestCase::addLanguage in drupal-7.x/modules/translation/translation.test
Installs the specified language, or enables it if it is already installed.
UpdateTestContribCase::testUpdateContribOrder in drupal-7.x/modules/update/update.test
Tests that contrib projects are ordered by project name.
UserBlocksUnitTests::testWhosOnlineBlock in drupal-7.x/modules/user/user.test
Test the Who's Online block.