| BrowserTestBaseTest::testHtKey |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests the protections provided by .htkey. |
| BrowserTestBaseTest::testInstall |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp(). |
| BrowserTestBaseTest::testLocalTimeZone |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests the assumption that local time is in 'Australia/Sydney'. |
| BrowserTestBaseTest::testProfileModules |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Ensures we can't access modules we shouldn't be able to after install. |
| BrowserTestBaseTest::testSessionOnRequest |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests that a usable session is on the request in test-runner. |
| BrowserTestBaseTest::testSimpleTestBaseUrlValidation |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests an invalid scheme in SIMPLETEST_BASE_URL throws an exception. |
| BrowserTestBaseTest::testTearDownWithoutSetUp |
function |
core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php |
Tests that tearDown doesn't call cleanupEnvironment if setUp is not called. |
| BrowserTestBaseTest::testVarDump |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests the dump() function provided by the var-dumper Symfony component. |
| BrowserTestBaseTest::testXpathAsserts |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests legacy field asserts which use xpath directly. |
| BrowserTestBaseUserAgentTest |
class |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Tests BrowserTestBase functionality. |
| BrowserTestBaseUserAgentTest.php |
file |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
|
| BrowserTestBaseUserAgentTest::$agent |
property |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
The user agent string to use. |
| BrowserTestBaseUserAgentTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
The theme to install as the default for testing. |
| BrowserTestBaseUserAgentTest::prepareRequest |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Prepare for a request to testing site. |
| BrowserTestBaseUserAgentTest::testUserAgentValidation |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php |
Tests validation of the User-Agent header we use to perform test requests. |
| BrowserWithJavascriptTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
Tests if we can execute JavaScript in the browser. |
| BrowserWithJavascriptTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
|
| BrowserWithJavascriptTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
The theme to install as the default for testing. |
| BrowserWithJavascriptTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
Modules to install. |
| BrowserWithJavascriptTest::drupalGetWithAlert |
function |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
Retrieves a Drupal path or an absolute path. |
| BrowserWithJavascriptTest::testAssertJsCondition |
function |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
|
| BrowserWithJavascriptTest::testCreateScreenshot |
function |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
Tests creating screenshots. |
| BrowserWithJavascriptTest::testEscapingAssertions |
function |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
Tests assertEscaped() and assertUnescaped(). |
| BrowserWithJavascriptTest::testJavascript |
function |
core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php |
|
| BubbleableMetadataTest |
class |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests Drupal\Core\Render\BubbleableMetadata. |
| BubbleableMetadataTest.php |
file |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
|
| BubbleableMetadataTest::providerTestAddAttachments |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Provides test data for testAddAttachments(). |
| BubbleableMetadataTest::providerTestAddCacheableDependency |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Provides test data for testMerge(). |
| BubbleableMetadataTest::providerTestApplyTo |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Provides test data for testApplyTo(). |
| BubbleableMetadataTest::providerTestCreateFromRenderArray |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Provides test data for createFromRenderArray(). |
| BubbleableMetadataTest::providerTestMerge |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Provides test data for testMerge(). |
| BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Data provider for testMergeAttachmentsHtmlHeadLinkMerging. |
| BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Data provider for testMergeAttachmentsHtmlHeadMerging. |
| BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Data provider for testMergeAttachmentsHttpHeaderMerging. |
| BubbleableMetadataTest::testAddAttachments |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests addAttachments(). |
| BubbleableMetadataTest::testAddCacheableDependency |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests addCacheableDependency(). |
| BubbleableMetadataTest::testApplyTo |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests apply to. |
| BubbleableMetadataTest::testCreateFromRenderArray |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests create from render array. |
| BubbleableMetadataTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests merge(). |
| BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests html_head_link asset merging. |
| BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests html_head asset merging. |
| BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests http_header asset merging. |
| BubbleableMetadataTest::testMergeAttachmentsLibraryMerging |
function |
core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php |
Tests library asset merging. |
| BubblingTest |
class |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Test class with implemented trusted callbacks. |
| BubblingTest::bubblingCacheOverwritePrerender |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Render API callback: Used for testing testOverWriteCacheKeys(). |
| BubblingTest::bubblingNestedPreRenderCached |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Render API callback: Used for testing testBubblingWithPrerender(). |
| BubblingTest::bubblingNestedPreRenderUncached |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Render API callback: Used for testing testBubblingWithPrerender(). |
| BubblingTest::bubblingPlaceholder |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Render API callback: Used for testing testBubblingWithPrerender(). |
| BubblingTest::bubblingPreRender |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Render API callback:Used for testing testBubblingWithPrerender(). |
| BubblingTest::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Lists the trusted callbacks provided by the implementing class. |