| WebAssertTest::testInvalidLinkExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsExact() functionality fail. |
| WebAssertTest::testInvalidLinkNotExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkNotExistsExact() functionality fail. |
| WebAssertTest::testLinkByHrefExists |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsByHref() functionality. |
| WebAssertTest::testLinkByHrefExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsByHref() functionality. |
| WebAssertTest::testLinkByHrefNotExists |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkByHrefNotExists() functionality. |
| WebAssertTest::testLinkByHrefNotExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkByHrefNotExistsExact() functionality. |
| WebAssertTest::testLinkExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExistsExact() functionality. |
| WebAssertTest::testLinkNotExistsExact |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkNotExistsExact() functionality. |
| WebAssertTest::testPageContainsNoDuplicateId |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests pageContainsNoDuplicateId() functionality. |
| WebAssertTest::testPageTextContainsOnce |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests page text contains once. |
| WebAssertTest::testPageTextMatchesCount |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests page text matches count. |
| WebAssertTest::testPipeCharInLocator |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests linkExists() with pipe character (|) in locator. |
| WebAssertTest::testResponseHeaderDoesNotExist |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests WebAssert::responseHeaderDoesNotExist(). |
| WebAssertTest::testResponseHeaderExists |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests WebAssert::responseHeaderExists(). |
| WebAssertTest::testTextAsserts |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Tests legacy text asserts. |
| WebAssertTest::visit |
function |
core/tests/Drupal/Tests/Core/Test/WebAssertTest.php |
Simulate a page visit and expect a response. |
| WebDriverTestBase |
class |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Runs a browser test using a driver that supports JavaScript. |
| WebDriverTestBase.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
|
| WebDriverTestBase::$disableCssAnimations |
property |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Disables CSS animations in tests for more reliable testing. |
| WebDriverTestBase::$failOnJavascriptConsoleErrors |
property |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Determines if a test should fail on JavaScript console errors. |
| WebDriverTestBase::$minkDefaultDriverClass |
property |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Mink class for the default driver to use. |
| WebDriverTestBase::assertJsCondition |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Waits for the given time or until the given JS condition becomes TRUE. |
| WebDriverTestBase::assertSession |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Returns WebAssert object. |
| WebDriverTestBase::createScreenshot |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Creates a screenshot. |
| WebDriverTestBase::drupalGet |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Retrieves a Drupal path or an absolute path. |
| WebDriverTestBase::failOnJavaScriptErrors |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Triggers a test failure if a JavaScript error was encountered. |
| WebDriverTestBase::getDrupalSettings |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Gets the current Drupal javascript settings and parses into an array. |
| WebDriverTestBase::getHtmlOutputHeaders |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Returns headers in HTML output format. |
| WebDriverTestBase::getMinkDriverArgs |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Gets the Mink driver args from an environment variable. |
| WebDriverTestBase::initFrontPage |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Visits the front page when initializing Mink. |
| WebDriverTestBase::initMink |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Initializes Mink sessions. |
| WebDriverTestBase::installModulesFromClassProperty |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
Install modules defined by `static::$modules`. |
| WebDriverTestBase::tearDown |
function |
core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php |
|
| WebDriverTestBaseTest |
class |
core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php |
Tests Drupal\FunctionalJavascriptTests\WebDriverTestBase. |
| WebDriverTestBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php |
|
| WebDriverTestBaseTest::putEnv |
function |
core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php |
Sets or deletes an environment variable. |
| WebDriverTestBaseTest::testCapabilities |
function |
core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php |
Tests W3C setting is added to goog:chromeOptions as expected. |
| WeightTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
Tests Drupal\Core\Render\Element\Weight. |
| WeightTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
|
| WeightTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
Modules to install. |
| WeightTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
|
| WeightTest::testProcessWeight |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
Tests existing #default_value value in #options list. |
| WeightTest::testProcessWeightSelectMax |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php |
Tests transformation from "select" to "number" for MAX_DELTA + 1. |
| WhoIsOnlineBlockTest |
class |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
Tests the Who's Online Block. |
| WhoIsOnlineBlockTest.php |
file |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
|
| WhoIsOnlineBlockTest::$block |
property |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
The block being tested. |
| WhoIsOnlineBlockTest::$controller |
property |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
The block storage. |
| WhoIsOnlineBlockTest::$modules |
property |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
Modules to install. |
| WhoIsOnlineBlockTest::$renderer |
property |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
The renderer. |
| WhoIsOnlineBlockTest::setUp |
function |
core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.php |
|