| HandlerTest::testErrorMissingHelp |
function |
core/modules/views_ui/tests/src/Functional/HandlerTest.php |
Ensures that no missing help text is shown. |
| HandlerTest::testHandlerHelpEscaping |
function |
core/modules/views_ui/tests/src/Functional/HandlerTest.php |
Tests escaping of field labels in help text. |
| HandlerTest::testHandlerWeights |
function |
core/modules/views/tests/src/Functional/Handler/HandlerTest.php |
Tests the order of handlers is the same before and after saving. |
| HandlerTest::testNoDuplicateFields |
function |
core/modules/views_ui/tests/src/Functional/HandlerTest.php |
Ensures that neither node type or node ID appears multiple times. |
| HandlerTest::testPlaceholder |
function |
core/modules/views/tests/src/Functional/Handler/HandlerTest.php |
Tests the placeholder function. |
| HandlerTest::testRelationshipUI |
function |
core/modules/views/tests/src/Functional/Handler/HandlerTest.php |
Tests the relationship ui for field/filter/argument/relationship. |
| HandlerTest::testSetRelationship |
function |
core/modules/views/tests/src/Functional/Handler/HandlerTest.php |
Tests the relationship method on the base class. |
| HandlerTest::testUiCrud |
function |
core/modules/views_ui/tests/src/Functional/HandlerTest.php |
Tests UI CRUD. |
| HandlerTest::viewsData |
function |
core/modules/views_ui/tests/src/Functional/HandlerTest.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
| HandlerTest::viewsData |
function |
core/modules/views/tests/src/Functional/Handler/HandlerTest.php |
Returns the views data definition. |
| HandlerTestTrait |
trait |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
Test trait to mock dependencies of a handler. |
| HandlerTestTrait.php |
file |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
|
| HandlerTestTrait::$display |
property |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
The mocked display. |
| HandlerTestTrait::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
The mocked view executable. |
| HandlerTestTrait::$view |
property |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
The mocked view entity. |
| HandlerTestTrait::$viewsData |
property |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
The mocked views data. |
| HandlerTestTrait::setupDisplay |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
Sets up a mocked display object. |
| HandlerTestTrait::setupExecutableAndView |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
Sets up a view executable and a view entity. |
| HandlerTestTrait::setupViewsData |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
Sets up a mocked views data object. |
| HeadersCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php |
Tests Drupal\Core\Cache\Context\HeadersCacheContext. |
| HeadersCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php |
|
| HeadersCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php |
Provides a list of headers and expected cache contexts. |
| HeadersCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php |
Tests get context. |
| HeadingPluginTest |
class |
core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language. |
| HeadingPluginTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php |
|
| HeadingPluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php |
Provides a list of configs to test. |
| HeadingPluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php |
Tests get dynamic plugin config. |
| HelpBlockTest |
class |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
Tests display of help block. |
| HelpBlockTest.php |
file |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
|
| HelpBlockTest::$defaultTheme |
property |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
The theme to install as the default for testing. |
| HelpBlockTest::$helpBlock |
property |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
The help block instance. |
| HelpBlockTest::$modules |
property |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
Modules to install. |
| HelpBlockTest::setUp |
function |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
|
| HelpBlockTest::testHelp |
function |
core/modules/help/tests/src/Functional/HelpBlockTest.php |
Logs in users, tests help pages. |
| HelpEmptyPageTest |
class |
core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php |
Tests the empty HTML page. |
| HelpEmptyPageTest.php |
file |
core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php |
|
| HelpEmptyPageTest::$modules |
property |
core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php |
Modules to install. |
| HelpEmptyPageTest::register |
function |
core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php |
Registers test-specific services. |
| HelpEmptyPageTest::testEmptyHookHelp |
function |
core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php |
Ensures that no URL generator is called on a page without hook_help(). |
| HelpNoSearchUpgradeTest |
class |
core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php |
Tests that the search_help module is not installed after help updates. |
| HelpNoSearchUpgradeTest.php |
file |
core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php |
|
| HelpNoSearchUpgradeTest::$defaultTheme |
property |
core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php |
The theme to install as the default for testing. |
| HelpNoSearchUpgradeTest::setDatabaseDumpFiles |
function |
core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php |
Set database dump files to be used. |
| HelpNoSearchUpgradeTest::testSearchHelpInstall |
function |
core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php |
Tests system_update_11400(). |
| HelpPageOrderTest |
class |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
Verify the order of the help page. |
| HelpPageOrderTest.php |
file |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
|
| HelpPageOrderTest::$defaultTheme |
property |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
The theme to install as the default for testing. |
| HelpPageOrderTest::$modules |
property |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
Modules to install. |
| HelpPageOrderTest::$stringOrder |
property |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
Strings to search for on admin/help, in order. |
| HelpPageOrderTest::setUp |
function |
core/modules/help/tests/src/Functional/HelpPageOrderTest.php |
|