| StateValuesCleanAdvancedTest.php |
file |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
|
| StateValuesCleanAdvancedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
The theme to install as the default for testing. |
| StateValuesCleanAdvancedTest::$image |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
An image file path for uploading. |
| StateValuesCleanAdvancedTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
Modules to install. |
| StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced |
function |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StateValuesCleanTest |
class |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Tests the proper removal of submitted form values. |
| StateValuesCleanTest.php |
file |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
|
| StateValuesCleanTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
The theme to install as the default for testing. |
| StateValuesCleanTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Modules to install. |
| StateValuesCleanTest::testFormStateValuesClean |
function |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StaticDiscoveryDecoratorTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator. |
| StaticDiscoveryDecoratorTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
|
| StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Helper method to provide a mocked callback object with expectations. |
| StaticDiscoveryDecoratorTest::providerCall |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testCall(). |
| StaticDiscoveryDecoratorTest::providerGetDefinition |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::providerGetDefinitions |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::testCall |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
@legacy-covers ::__call |
| StaticDiscoveryDecoratorTest::testGetDefinition |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests get definition. |
| StaticDiscoveryDecoratorTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests get definitions. |
| StaticDiscoveryDecoratorTestMockInterface |
interface |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Interface used in the mocking process of this test. |
| StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Function used in the mocking process of this test. |
| StaticDiscoveryTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php |
Tests that plugins using static discovery are correctly discovered. |
| StaticDiscoveryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php |
|
| StaticDiscoveryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php |
|
| StaticDiscoveryTestDecoratedClass |
class |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
A class extending StaticDiscovery for testing purposes. |
| StaticDiscoveryTestDecoratedClass::complexArguments |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
|
| StaticDiscoveryTestDecoratedClass::getDefinitions |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Gets the definition of all plugins for this type. |
| StaticDiscoveryTestDecoratedClass::noArguments |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
|
| StaticMapTest |
class |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests the static map process plugin. |
| StaticMapTest.php |
file |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
|
| StaticMapTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
|
| StaticMapTest::testMapDotInKey |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when there is a dot in a map key. |
| StaticMapTest::testMapWithEmptySource |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is empty. |
| StaticMapTest::testMapWithInvalidSource |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid. |
| StaticMapTest::testMapWithInvalidSourceAndBypass |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid and bypass is enabled. |
| StaticMapTest::testMapWithInvalidSourceWithADefaultValue |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid but there's a default. |
| StaticMapTest::testMapWithInvalidSourceWithANullDefaultValue |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid but there's a default value of NULL. |
| StaticMapTest::testMapWithSourceList |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests map when the source is a list. |
| StaticMapTest::testMapWithSourceString |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests map when the source is a string. |
| StaticMapTest::testWithEmptyStringMap |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source returns an empty string and it is mapped to a value. |
| StaticMapTest::testWithNullSourceBypass |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid but bypass is set to TRUE. |
| StaticMapTest::testWithNullSourceDefaultValue |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid but default_value is set to TRUE. |
| StaticMapTest::testWithNullSourceNotInMap |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is NULL. |
| StaticMapTest::testWithNullSourceWithEmptyStringMapping |
function |
core/modules/migrate/tests/src/Unit/process/StaticMapTest.php |
Tests when the source is invalid but there's a mapping via an empty string. |
| StaticMenuLinkOverridesTest |
class |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests Drupal\Core\Menu\StaticMenuLinkOverrides. |
| StaticMenuLinkOverridesTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
|
| StaticMenuLinkOverridesTest::providerTestDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Provides test data for testDeleteOverrides. |
| StaticMenuLinkOverridesTest::providerTestLoadOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Provides test data for testLoadOverride. |
| StaticMenuLinkOverridesTest::testDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the deleteOverride and deleteOverrides method. |
| StaticMenuLinkOverridesTest::testLoadMultipleOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the loadMultipleOverrides method. |