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