| ExperimentalHelpTest::testExperimentalHelp |
function |
core/modules/help/tests/src/Functional/ExperimentalHelpTest.php |
Verifies that a warning message is displayed for experimental modules. |
| ExperimentalThemeTest |
class |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
Tests the installation of experimental themes. |
| ExperimentalThemeTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
|
| ExperimentalThemeTest::$adminUser |
property |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
The admin user. |
| ExperimentalThemeTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
The theme to install as the default for testing. |
| ExperimentalThemeTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
|
| ExperimentalThemeTest::testExperimentalConfirmForm |
function |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
Tests installing experimental themes and dependencies in the UI. |
| experimental_module_dependency_test.info.yml |
file |
core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml |
core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml |
| experimental_module_dependency_test.module |
file |
core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module |
Tests dependencies on an experimental module. |
| experimental_module_requirements_test.info.yml |
file |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml |
| experimental_module_requirements_test.install |
file |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install |
Experimental Test Requirements module to test hook_requirements(). |
| experimental_module_requirements_test.module |
file |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module |
Experimental Test Requirements module to test hook_requirements(). |
| experimental_module_requirements_test_help |
function |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module |
Implements hook_help(). |
| experimental_module_requirements_test_requirements |
function |
core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install |
Implements hook_requirements(). |
| experimental_module_test.info.yml |
file |
core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml |
core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml |
| experimental_module_test.module |
file |
core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module |
Experimental Test module to test the Core (Experimental) package. |
| experimental_module_test_help |
function |
core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module |
Implements hook_help(). |
| experimental_theme_dependency_test.info.yml |
file |
core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml |
core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml |
| experimental_theme_test.info.yml |
file |
core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml |
core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml |
| ExplodeTest |
class |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests the Explode process plugin. |
| ExplodeTest.php |
file |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
|
| ExplodeTest::providerExplodeWithNonStrictAndEmptySource |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Data provider for ::testExplodeWithNonStrictAndEmptySource(). |
| ExplodeTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
|
| ExplodeTest::testChainedTransform |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests if the explode process can be chained with handles_multiple process. |
| ExplodeTest::testExplodeWithEmptyDelimiter |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode fails with empty delimiter. |
| ExplodeTest::testExplodeWithNonStrictAndEmptySource |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests that explode works on non-strings but with strict set to FALSE. |
| ExplodeTest::testExplodeWithNonStrictAndNonCastable |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests Explode exception handling when string-cast fails. |
| ExplodeTest::testExplodeWithNonString |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode fails properly on non-strings. |
| ExplodeTest::testExplodeWithStrictAndEmptyString |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests Explode return values with an empty string and strict check. |
| ExplodeTest::testTransform |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode transform process works. |
| ExplodeTest::testTransformLimit |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode transform process works with a limit. |
| ExportStorageManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
Tests the export storage manager. |
| ExportStorageManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
|
| ExportStorageManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
Modules to install. |
| ExportStorageManagerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
|
| ExportStorageManagerTest::testGetStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
Tests getting the export storage. |
| ExportStorageManagerTest::testGetStorageLock |
function |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
Tests the export storage when it is locked. |
| ExposedFilterAJAXTest |
class |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests the basic AJAX functionality of Views exposed forms. |
| ExposedFilterAJAXTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
|
| ExposedFilterAJAXTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
The theme to install as the default for testing. |
| ExposedFilterAJAXTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Modules to install. |
| ExposedFilterAJAXTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Views used by this test. |
| ExposedFilterAJAXTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
|
| ExposedFilterAJAXTest::testExposedFilterErrorMessages |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests that errors messages are displayed for exposed filters via ajax. |
| ExposedFilterAJAXTest::testExposedFiltering |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests if exposed filtering via AJAX works for the "Content" View. |
| ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests if exposed filtering via AJAX theme negotiation works. |
| ExposedFilterAJAXTest::testExposedFilteringWithButtonElement |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests exposed filtering via AJAX with a button element. |
| ExposedFilterAJAXTest::testExposedFiltersInModal |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
Tests if exposed filtering via AJAX works in a modal. |
| ExposedFormCheckboxesTest |
class |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests exposed forms functionality. |
| ExposedFormCheckboxesTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|