| InvalidUpdateHookTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
| InvalidUpdateHookTest::testInvalidUpdateHook |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests updating from a module with a hook_update_8000(). |
| IsFrontPathCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests Drupal\Core\Cache\Context\IsFrontPathCacheContext. |
| IsFrontPathCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
|
| IsFrontPathCacheContextTest::createPathMatcher |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Creates a PathMatcherInterface prophecy. |
| IsFrontPathCacheContextTest::testGetContextFront |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests get context front. |
| IsFrontPathCacheContextTest::testGetContextNotFront |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests get context not front. |
| ItemLayoutFieldBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Field blocks tests for the override layout. |
| ItemLayoutFieldBlockTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
The theme to install as the default for testing. |
| ItemLayoutFieldBlockTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Modules to install. |
| ItemLayoutFieldBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::testAddAjaxBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Tests configuring a field block for a user field. |
| ItemsPerPageTest |
class |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests that the views wizard can specify the number of items per page. |
| ItemsPerPageTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
|
| ItemsPerPageTest::$configSchemaCheckerExclusions |
property |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
An array of config object names that are excluded from schema checking. |
| ItemsPerPageTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
The theme to install as the default for testing. |
| ItemsPerPageTest::setUp |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Sets up the test. |
| ItemsPerPageTest::testItemsPerPage |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests the number of items per page. |
| JavascriptDeprecationTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Tests Javascript deprecation notices. |
| JavascriptDeprecationTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
|
| JavascriptDeprecationTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
The theme to install as the default for testing. |
| JavascriptDeprecationTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Modules to install. |
| JavascriptDeprecationTest::testJavascriptDeprecation |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Tests Javascript deprecation notices. |
| JavascriptErrorsSuppressionTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Tests that Drupal.throwError can be suppressed to allow a test to pass. |
| JavascriptErrorsSuppressionTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
|
| JavascriptErrorsSuppressionTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
The theme to install as the default for testing. |
| JavascriptErrorsSuppressionTest::$failOnJavascriptConsoleErrors |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Determines if a test should fail on JavaScript console errors. |
| JavascriptErrorsSuppressionTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Modules to install. |
| JavascriptErrorsSuppressionTest::testJavascriptErrors |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Tests that JavaScript console errors can be suppressed. |
| JavascriptErrorsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
Tests that Drupal.throwError will cause a test failure. |
| JavascriptErrorsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
|
| JavascriptErrorsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
The theme to install as the default for testing. |
| JavascriptErrorsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
Modules to install. |
| JavascriptErrorsTest::clearErrorLog |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
Clear the JavaScript error log to prevent this test failing for real. |
| JavascriptErrorsTest::testJavascriptErrors |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
Tests that JavaScript console errors will result in a test failure. |
| JavascriptErrorsTest::testJavascriptErrorsAsync |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsTest.php |
Tests JavaScript console errors during asynchronous calls. |
| JavascriptGetDrupalSettingsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php |
Tests Drupal settings retrieval in WebDriverTestBase tests. |
| JavascriptGetDrupalSettingsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php |
|
| JavascriptGetDrupalSettingsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php |
The theme to install as the default for testing. |
| JavascriptGetDrupalSettingsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php |
Modules to install. |
| JavascriptGetDrupalSettingsTest::testGetDrupalSettings |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php |
Tests retrieval of Drupal settings. |
| JavascriptStatesTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests the state of elements based on another elements. |
| JavascriptStatesTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
|
| JavascriptStatesTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
The theme to install as the default for testing. |
| JavascriptStatesTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Modules to install. |
| JavascriptStatesTest::doCheckboxesTriggerTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests states of elements triggered by a checkboxes element. |
| JavascriptStatesTest::doCheckboxTriggerTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests states of elements triggered by a checkbox element. |
| JavascriptStatesTest::doElementsDisabledStateTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests the submit button, select and textarea disabled states. |
| JavascriptStatesTest::doMultipleSelectTriggerTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests states of elements triggered by a multiple select element. |