- BackdropWebTestCase::assertField in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field exists with the given name or id.
- BackdropWebTestCase::assertFieldById in 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 in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field exists in the current page with the given name and value.
- BackdropWebTestCase::assertNoField in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given name or id.
- BackdropWebTestCase::assertNoFieldById in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given id and value.
- BackdropWebTestCase::assertNoFieldByName in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given name and value.
- CustomLogoTestCase::testCustomLogo in core/
modules/ system/ tests/ system.test - Test the use of a custom logo.