| TestDatabaseTest |
class |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests Drupal\Core\Test\TestDatabase. |
| TestDatabaseTest.php |
file |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
|
| TestDatabaseTest::providerTestConstructor |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Data provider for self::testConstructor() |
| TestDatabaseTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests constructor. |
| TestDatabaseTest::testConstructorException |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests constructor exception. |
| TestDatabaseTest::testConstructorNullPrefix |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Verify that a test lock is generated if there is no provided prefix. |
| TestDataType |
class |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php |
Provides a test data type. |
| TestDataType.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php |
|
| TestDataType::$value |
property |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataType.php |
Required by the parent class. |
| TestDataTypeDeriver |
class |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataTypeDeriver.php |
Provides a deriver that returns a plugin for the bare ID and one variant. |
| TestDataTypeDeriver.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataTypeDeriver.php |
|
| TestDataTypeDeriver::getDerivativeDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/Plugin/DataType/TestDataTypeDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| TestDefaultExceptionSubscriber |
class |
core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php |
Test class for testing the final exception subscriber. |
| TestDefaultExceptionSubscriber::isErrorDisplayable |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php |
Wrapper for error_displayable(). |
| TestDefaultExceptionSubscriber::isErrorLevelVerbose |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php |
Checks whether the error level is verbose or not. |
| TestDefaultExceptionSubscriber::simplifyFileInError |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php |
Attempts to reduce error verbosity in the error message's file path. |
| TestDefaultHtmlRouteProvider |
class |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Stub class for testing DefaultHtmlRouteProvider. |
| TestDefaultHtmlRouteProvider::getAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the add-form route. |
| TestDefaultHtmlRouteProvider::getAddPageRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the add page route. |
| TestDefaultHtmlRouteProvider::getCanonicalRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the canonical route. |
| TestDefaultHtmlRouteProvider::getCollectionRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the collection route. |
| TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Gets the type of the ID key for a given entity type. |
| TestDefaultTableMapping |
class |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Extends DefaultTableMapping to allow calling its protected methods. |
| TestDefaultTableMapping::setExtraColumns |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Adds extra columns for a table to the table mapping. |
| TestDefaultTableMapping::setFieldNames |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Adds field columns for a table to the table mapping. |
| TestDeprecatedSuggestionThemeHooks |
class |
core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php |
Hook implementations for test_deprecated_suggestion_theme. |
| TestDeprecatedSuggestionThemeHooks.php |
file |
core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php |
|
| TestDeprecatedSuggestionThemeHooks::themeSuggestionsAlter |
function |
core/modules/system/tests/themes/test_deprecated_suggestion_theme/src/Hook/TestDeprecatedSuggestionThemeHooks.php |
Implements hook_theme_suggestions_alter(). |
| TestDerivativeDiscovery |
class |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php |
Defines test derivative discovery. |
| TestDerivativeDiscovery.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php |
|
| TestDerivativeDiscovery::getDerivativeDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php |
Gets the definition of a derivative plugin. |
| TestDerivativeDiscovery::getDerivativeDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php |
Gets the definition of all derivatives of a base plugin. |
| TestDerivativeDiscoveryWithObject |
class |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php |
Defines test derivative discovery using an object. |
| TestDerivativeDiscoveryWithObject.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php |
|
| TestDerivativeDiscoveryWithObject::getDerivativeDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php |
Gets the definition of a derivative plugin. |
| TestDerivativeDiscoveryWithObject::getDerivativeDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php |
Gets the definition of all derivatives of a base plugin. |
| TestDifferentDisplays |
class |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
Provides test media source. |
| TestDifferentDisplays.php |
file |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
|
| TestDifferentDisplays::getSourceFieldName |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
Determine the name of the source field. |
| TestDifferentDisplays::prepareFormDisplay |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
Prepares the media type fields for this source in the form display. |
| TestDifferentDisplays::prepareViewDisplay |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
Prepares the media type fields for this source in the view display. |
| TestDirectWriteSandboxManager |
class |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
Defines a test-only sandbox manager that allows direct-write. |
| TestDirectWriteSandboxManager::$type |
property |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
The stage type. |
| TestDiscovery |
class |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Discovers available tests. |
| TestDiscovery.php |
file |
core/lib/Drupal/Core/Test/TestDiscovery.php |
|
| TestDiscovery::$availableExtensions |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Cached list of all available extension names, keyed by extension type. |
| TestDiscovery::$classLoader |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
The class loader. |
| TestDiscovery::$root |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
The app root. |
| TestDiscovery::$testClasses |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Statically cached list of test classes. |
| TestDiscovery::$testNamespaces |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Cached map of all test namespaces to respective directories. |