Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
drupal_web_test_case.php
»
DrupalWebTestCase
»
DrupalWebTestCase::buildXPathQuery
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
7 calls to DrupalWebTestCase::buildXPathQuery()
BlockTestCase::moveBlockToRegion
in drupal/
modules/
block/
block.test
BlockTestCase::testBlock
in drupal/
modules/
block/
block.test
Test configuring and moving a module-define block to specific regions.
DrupalRenderTestCase::assertRenderedElement
in drupal/
modules/
simpletest/
tests/
common.test
DrupalWebTestCase::constructFieldXpath
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Helper function: construct an XPath for the given set of attributes and value.
DrupalWebTestCase::xpath
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Perform an xpath search on the contents of the internal browser. The search is relative to the root element (HTML tag normally) of the page.
ForumTestCase::testForum
in drupal/
modules/
forum/
forum.test
Tests forum functionality through the admin and user interfaces.
MenuWebTestCase::assertBreadcrumb
in drupal/
modules/
simpletest/
tests/
menu.test
Assert that a given path shows certain breadcrumb links.