BackdropWebTestCase::assertNoPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
BackdropWebTestCase::assertNoPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
BackdropWebTestCase::assertNoRaw in core/modules/simpletest/backdrop_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.
BackdropWebTestCase::assertNoRaw in core/modules/simpletest/backdrop_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.
BackdropWebTestCase::assertPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
BackdropWebTestCase::assertPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
BackdropWebTestCase::assertRaw in core/modules/simpletest/backdrop_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.
BackdropWebTestCase::assertRaw in core/modules/simpletest/backdrop_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.
BackdropWebTestCase::assertTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertText and assertNoText.
BackdropWebTestCase::assertTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertText and assertNoText.
BackdropWebTestCase::assertUniqueTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertUniqueText and assertNoUniqueText.
BackdropWebTestCase::assertUniqueTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertUniqueText and assertNoUniqueText.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::curlExec in core/modules/simpletest/backdrop_web_test_case.php
Initializes and executes a cURL request.
BackdropWebTestCase::curlExec in core/modules/simpletest/backdrop_web_test_case.php
Initializes and executes a cURL request.
BackdropWebTestCase::parse in core/modules/simpletest/backdrop_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
BackdropWebTestCase::parse in core/modules/simpletest/backdrop_web_test_case.php
Parse content returned from curlExec using DOM and SimpleXML.
BlockTranslationTestCase::addLanguage in core/modules/block/tests/block.translation.test
BlockTranslationTestCase::addLanguage in core/modules/block/tests/block.translation.test
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapPageCacheTestCase::testPageCompression in core/modules/simpletest/tests/bootstrap.test
Test page compression.
BootstrapPageCacheTestCase::testPageCompression in core/modules/simpletest/tests/bootstrap.test
Test page compression.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentHelperCase::commentContactInfoAvailable in core/modules/comment/tests/comment.test
Checks whether the commenter's contact information is displayed.
CommentHelperCase::commentContactInfoAvailable in core/modules/comment/tests/comment.test
Checks whether the commenter's contact information is displayed.
CommentHelperCase::commentExists in core/modules/comment/tests/comment.test
Checks current page for specified comment.
CommentHelperCase::commentExists in core/modules/comment/tests/comment.test
Checks current page for specified comment.
CommentHelperCase::getUnapprovedComment in core/modules/comment/tests/comment.test
Gets the comment ID for an unapproved comment.
CommentHelperCase::getUnapprovedComment in core/modules/comment/tests/comment.test
Gets the comment ID for an unapproved comment.
CommonBackdropRenderTestCase::assertRenderedElement in core/modules/simpletest/tests/common.test
CommonBackdropRenderTestCase::assertRenderedElement in core/modules/simpletest/tests/common.test
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery in core/modules/simpletest/tests/database_test.test
Confirm that a pager query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in core/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery in core/modules/simpletest/tests/database_test.test
Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in core/modules/simpletest/tests/database_test.test
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst in core/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 core/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in core/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DrupalWebTestCase::drupalGetContent in core/includes/drupal.classes.inc
DrupalWebTestCase::drupalGetContent in core/includes/drupal.classes.inc
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in core/modules/field_ui/tests/field_ui.test
Asserts that a string is (not) found in the rendered node in a display mode.
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in core/modules/field_ui/tests/field_ui.test
Asserts that a string is (not) found in the rendered node in a display mode.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
Check that HTTP headers are cached for views.
ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
Check that HTTP headers are cached for views.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
Tests the sorting functionality.
ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
Tests the sorting functionality.