Namesort descending Location Description
BackdropTestCase::assertEqual core/modules/simpletest/backdrop_web_test_case.php Check to see if two values are equal.
BackdropTestCase::assertFalse core/modules/simpletest/backdrop_web_test_case.php Check to see if a value is false (an empty string, 0, NULL, or FALSE).
BackdropTestCase::assertIdentical core/modules/simpletest/backdrop_web_test_case.php Check to see if two values are identical.
BackdropTestCase::assertNotEqual core/modules/simpletest/backdrop_web_test_case.php Check to see if two values are not equal.
BackdropTestCase::assertNotIdentical core/modules/simpletest/backdrop_web_test_case.php Check to see if two values are not identical.
BackdropTestCase::assertNotNull core/modules/simpletest/backdrop_web_test_case.php Check to see if a value is not NULL.
BackdropTestCase::assertNull core/modules/simpletest/backdrop_web_test_case.php Check to see if a value is NULL.
BackdropTestCase::assertTrue core/modules/simpletest/backdrop_web_test_case.php Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
BackdropTestCase::checkRequirements core/modules/simpletest/backdrop_web_test_case.php Checks the matching requirements for BackdropTestCase.
BackdropTestCase::deleteAssert core/modules/simpletest/backdrop_web_test_case.php Delete an assertion record by message ID.
BackdropTestCase::error core/modules/simpletest/backdrop_web_test_case.php Fire an error assertion.
BackdropTestCase::errorHandler core/modules/simpletest/backdrop_web_test_case.php Handle errors during test runs.
BackdropTestCase::exceptionHandler core/modules/simpletest/backdrop_web_test_case.php Handle exceptions.
BackdropTestCase::fail core/modules/simpletest/backdrop_web_test_case.php Fire an assertion that is always negative.
BackdropTestCase::generatePermutations core/modules/simpletest/backdrop_web_test_case.php Converts a list of possible parameters into a stack of permutations.
BackdropTestCase::getAssertionCall core/modules/simpletest/backdrop_web_test_case.php Cycles through backtrace until the first non-assertion method is found.
BackdropTestCase::getDatabaseConnection core/modules/simpletest/backdrop_web_test_case.php Returns the database connection to the site running Simpletest.
BackdropTestCase::insertAssert core/modules/simpletest/backdrop_web_test_case.php Store an assertion from outside the testing context.
BackdropTestCase::pass core/modules/simpletest/backdrop_web_test_case.php Fire an assertion that is always positive.
BackdropTestCase::prepareDatabasePrefix core/modules/simpletest/backdrop_web_test_case.php Generates a database prefix for running tests.
BackdropTestCase::randomName core/modules/simpletest/backdrop_web_test_case.php Generates a random string containing letters and numbers.
BackdropTestCase::randomString core/modules/simpletest/backdrop_web_test_case.php Generates a random string of ASCII characters of codes 32 to 126.
BackdropTestCase::run core/modules/simpletest/backdrop_web_test_case.php Run all tests in this class.
BackdropTestCase::setUp core/modules/simpletest/backdrop_web_test_case.php Prepare an environment in which tests will be executed.
BackdropTestCase::tearDown core/modules/simpletest/backdrop_web_test_case.php Clean up any database tables, configuration, or files after each test run.
BackdropTestCase::verbose core/modules/simpletest/backdrop_web_test_case.php Logs a verbose message in a text file.
BackdropTestCase::__construct core/modules/simpletest/backdrop_web_test_case.php Constructor for BackdropTestCase.
BackdropUnitTestCase::setUp core/modules/simpletest/backdrop_web_test_case.php Sets up unit test environment.
BackdropUnitTestCase::tearDown core/modules/simpletest/backdrop_web_test_case.php Clean up any database tables, configuration, or files after each test run.
BackdropUnitTestCase::__construct core/modules/simpletest/backdrop_web_test_case.php Constructor for BackdropUnitTestCase.
BackdropUpdaterInterface::canUpdateDirectory core/includes/updater.inc Determine if the Updater can handle the project provided in $directory.
BackdropUpdaterInterface::getInstallDirectory core/includes/updater.inc
BackdropUpdaterInterface::getProjectName core/includes/updater.inc Returns the system name of the project.
BackdropUpdaterInterface::isInstalled core/includes/updater.inc Checks if the project is installed.
BackdropUpdaterInterface::postInstall core/includes/updater.inc Actions to run after an install has occurred.
BackdropUpdaterInterface::postUpdate core/includes/updater.inc Actions to run after an update has occurred.
BackdropWebTestCase::assertField core/modules/simpletest/backdrop_web_test_case.php Asserts that a field exists with the given name or id.
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::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::assertFieldByXPath core/modules/simpletest/backdrop_web_test_case.php Asserts that a field exists in the current page by the given XPath.
BackdropWebTestCase::assertFieldChecked core/modules/simpletest/backdrop_web_test_case.php Asserts that a checkbox field in the current page is checked.
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::assertLinkByHref core/modules/simpletest/backdrop_web_test_case.php Pass if a link containing a given href (part) is found.
BackdropWebTestCase::assertMail core/modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent email message has the given value.
BackdropWebTestCase::assertMailPattern core/modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent email message has the pattern in it.
BackdropWebTestCase::assertMailString core/modules/simpletest/backdrop_web_test_case.php Asserts that the most recently sent email message has the string in it.
BackdropWebTestCase::assertNoDuplicateIds core/modules/simpletest/backdrop_web_test_case.php Asserts that each HTML ID is used for just a single element.
BackdropWebTestCase::assertNoField core/modules/simpletest/backdrop_web_test_case.php Asserts that a field does not exist with the given name or id.
BackdropWebTestCase::assertNoFieldById core/modules/simpletest/backdrop_web_test_case.php Asserts that a field does not exist with the given id and value.
BackdropWebTestCase::assertNoFieldByName core/modules/simpletest/backdrop_web_test_case.php Asserts that a field does not exist with the given name and value.

Pages