|
BackdropWebTestCase::assertNoTitle |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if the page title is not the given string. |
|
BackdropWebTestCase::assertNoText |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if the text is NOT found on the text version of the page. The text version
is the equivalent of what a user would see when viewing through a web browser.
In other words the HTML has been filtered out of the contents. |
|
BackdropWebTestCase::assertNoResponse |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts the page did not return the specified response code. |
|
BackdropWebTestCase::assertNoRaw |
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::assertNoPattern |
core/modules/simpletest/backdrop_web_test_case.php |
Will trigger a pass if the perl regex pattern is not present in raw content. |
|
BackdropWebTestCase::assertNoOptionSelected |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a select option in the current page is not checked. |
|
BackdropWebTestCase::assertNoOption |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a select option in the current page does not exist. |
|
BackdropWebTestCase::assertNoLinkByHref |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if a link containing a given href (part) is not found. |
|
BackdropWebTestCase::assertNoLink |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if a link with the specified label is not found. |
|
BackdropWebTestCase::assertNoFieldChecked |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a checkbox field in the current page is not checked. |
|
BackdropWebTestCase::assertNoFieldByXPath |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist in the current page by the given XPath. |
|
BackdropWebTestCase::assertNoFieldByName |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist with the given name and value. |
|
BackdropWebTestCase::assertNoFieldById |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist with the given id and value. |
|
BackdropWebTestCase::assertNoField |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field does not exist with the given name or id. |
|
BackdropWebTestCase::assertNoDuplicateIds |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that each HTML ID is used for just a single element. |
|
BackdropWebTestCase::assertMailString |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the string in it. |
|
BackdropWebTestCase::assertMailPattern |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the pattern in it. |
|
BackdropWebTestCase::assertMail |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the given value. |
|
BackdropWebTestCase::assertLinkByHref |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if a link containing a given href (part) is found. |
|
BackdropWebTestCase::assertLink |
core/modules/simpletest/backdrop_web_test_case.php |
Pass if a link with the specified label is found, and optional with the
specified index. |
|
BackdropWebTestCase::assertFieldChecked |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a checkbox field in the current page is checked. |
|
BackdropWebTestCase::assertFieldByXPath |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists in the current page by the given XPath. |
|
BackdropWebTestCase::assertFieldByName |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists in the current page with the given name and value. |
|
BackdropWebTestCase::assertFieldById |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists in the current page with the given id and value. |
|
BackdropWebTestCase::assertField |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that a field exists with the given name or id. |
|
BackdropUpdaterInterface::postUpdate |
core/includes/updater.inc |
Actions to run after an update has occurred. |
|
BackdropUpdaterInterface::postInstall |
core/includes/updater.inc |
Actions to run after an install has occurred. |
|
BackdropUpdaterInterface::isInstalled |
core/includes/updater.inc |
Checks if the project is installed. |
|
BackdropUpdaterInterface::getProjectName |
core/includes/updater.inc |
Returns the system name of the project. |
|
BackdropUpdaterInterface::getInstallDirectory |
core/includes/updater.inc |
|
|
BackdropUpdaterInterface::canUpdateDirectory |
core/includes/updater.inc |
Determine if the Updater can handle the project provided in $directory. |
|
BackdropUnitTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropUnitTestCase. |
|
BackdropUnitTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
|
BackdropUnitTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Sets up unit test environment. |
|
BackdropTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropTestCase. |
|
BackdropTestCase::verbose |
core/modules/simpletest/backdrop_web_test_case.php |
Logs a verbose message in a text file. |
|
BackdropTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
|
BackdropTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Prepare an environment in which tests will be executed. |
|
BackdropTestCase::run |
core/modules/simpletest/backdrop_web_test_case.php |
Run all tests in this class. |
|
BackdropTestCase::randomString |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string of ASCII characters of codes 32 to 126. |
|
BackdropTestCase::randomName |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string containing letters and numbers. |
|
BackdropTestCase::prepareDatabasePrefix |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a database prefix for running tests. |
|
BackdropTestCase::pass |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always positive. |
|
BackdropTestCase::insertAssert |
core/modules/simpletest/backdrop_web_test_case.php |
Store an assertion from outside the testing context. |
|
BackdropTestCase::getDatabaseConnection |
core/modules/simpletest/backdrop_web_test_case.php |
Returns the database connection to the site running Simpletest. |
|
BackdropTestCase::getAssertionCall |
core/modules/simpletest/backdrop_web_test_case.php |
Cycles through backtrace until the first non-assertion method is found. |
|
BackdropTestCase::generatePermutations |
core/modules/simpletest/backdrop_web_test_case.php |
Converts a list of possible parameters into a stack of permutations. |
|
BackdropTestCase::fail |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always negative. |
|
BackdropTestCase::exceptionHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle exceptions. |
|
BackdropTestCase::errorHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle errors during test runs. |