| 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. |
| StaticMenuLinkOverridesTest::testLoadOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the loadOverride method. |
| StaticMenuLinkOverridesTest::testReload |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the reload method. |
| StaticMenuLinkOverridesTest::testSaveOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the saveOverride method. |
| StaticReflectionParserTest |
class |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php |
Tests Drupal\Component\Annotation\Doctrine\StaticReflectionParser. |
| StaticReflectionParserTest.php |
file |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php |
|
| StaticReflectionParserTest::testAttribute |
function |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php |
… |
| StaticTest |
class |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
Tests a static access plugin. |
| StaticTest.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
|
| StaticTest::access |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
Determine if the current user has access or not. |
| StaticTest::alterRouteDefinition |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
Allows access plugins to alter the route definition of a view. |
| StaticTest::calculateDependencies |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
Calculates dependencies for the configured plugin. |
| StaticTest::defineOptions |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
Information about options for all kinds of purposes will be held here. |
| StatusCheckTraitTest |
class |
core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php |
Tests Status Check Trait. |
| StatusCheckTraitTest.php |
file |
core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php |
|
| StatusCheckTraitTest::testNoErrorIfPathsToExcludeCannotBeCollected |
function |
core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php |
Tests that any error will be added to the status check event. |
| StatusCheckTraitTest::testPathsToExcludeCollected |
function |
core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php |
Tests that StatusCheckTrait will collect paths to exclude. |
| StatusCommandTest |
class |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
Tests the 'system:status' command. |
| StatusCommandTest.php |
file |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
|
| StatusCommandTest::$modules |
property |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
Modules to install. |
| StatusCommandTest::assertStringContainsStringNoWhitespace |
function |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
Asserts that a string contains another string ignoring whitespace. |
| StatusCommandTest::testDrupalUriContext |
function |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
Tests variations of the 'DRUPAL_URI' context. |
| StatusCommandTest::testWithUrl |
function |
core/modules/system/tests/src/Kernel/Command/StatusCommandTest.php |
Tests the example:command with the --url option forced into argv. |
| StatusExtraTest |
class |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
Tests the node.status_extra field handler. |
| StatusExtraTest.php |
file |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
|
| StatusExtraTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
The theme to install as the default for testing. |
| StatusExtraTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
Modules to install. |
| StatusExtraTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
Views used by this test. |
| StatusExtraTest::testStatusExtra |
function |
core/modules/node/tests/src/Functional/Views/StatusExtraTest.php |
Tests the status extra filter. |
| StatusProfileWithoutVersionTest |
class |
core/modules/system/tests/src/Functional/System/StatusProfileWithoutVersionTest.php |
Tests the Status Report page if the installation profile has no version. |
| StatusProfileWithoutVersionTest.php |
file |
core/modules/system/tests/src/Functional/System/StatusProfileWithoutVersionTest.php |
|