| TestClassClassMetadataTest |
class |
core/tests/PHPStan/tests/TestClassClassMetadataTest.php |
Tests TestClassClassMetadata rule. |
| TestClassClassMetadataTest.php |
file |
core/tests/PHPStan/tests/TestClassClassMetadataTest.php |
|
| TestClassClassMetadataTest::getRule |
function |
core/tests/PHPStan/tests/TestClassClassMetadataTest.php |
|
| TestClassClassMetadataTest::testRule |
function |
core/tests/PHPStan/tests/TestClassClassMetadataTest.php |
|
| TestClassMethodMetadata |
class |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
Validates method-level PHPUnit test metadata in test classes. |
| TestClassMethodMetadata.php |
file |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
|
| TestClassMethodMetadata::$annotationTargets |
property |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
PHPUnit metadata annotations. |
| TestClassMethodMetadata::getNodeType |
function |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
|
| TestClassMethodMetadata::processNode |
function |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
|
| TestClassMethodMetadata::__construct |
function |
core/tests/PHPStan/Rules/TestClassMethodMetadata.php |
|
| TestClassMethodMetadataTest |
class |
core/tests/PHPStan/tests/TestClassMethodMetadataTest.php |
Tests TestClassMethodMetadata rule. |
| TestClassMethodMetadataTest.php |
file |
core/tests/PHPStan/tests/TestClassMethodMetadataTest.php |
|
| TestClassMethodMetadataTest::getRule |
function |
core/tests/PHPStan/tests/TestClassMethodMetadataTest.php |
|
| TestClassMethodMetadataTest::testRule |
function |
core/tests/PHPStan/tests/TestClassMethodMetadataTest.php |
|
| TestClosureHttpMiddlewareClass |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestClosureHttpMiddlewareClass.php |
Stub of http_middleware class taking a service closure for the inner kernel. |
| TestClosureHttpMiddlewareClass.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestClosureHttpMiddlewareClass.php |
|
| TestClosureHttpMiddlewareClass::handle |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestClosureHttpMiddlewareClass.php |
|
| TestClosureHttpMiddlewareClass::__construct |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestClosureHttpMiddlewareClass.php |
|
| TestCompatClosureHttpMiddlewareClass |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestCompatClosureHttpMiddlewareClass.php |
Stub of http_middleware class taking a service closure with bc. |
| TestCompatClosureHttpMiddlewareClass.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestCompatClosureHttpMiddlewareClass.php |
|
| TestCompatClosureHttpMiddlewareClass::handle |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestCompatClosureHttpMiddlewareClass.php |
|
| TestCompatClosureHttpMiddlewareClass::__construct |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestCompatClosureHttpMiddlewareClass.php |
|
| TestCompatibilityTrait |
trait |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit11/TestCompatibilityTrait.php |
Drupal's forward compatibility layer with multiple versions of PHPUnit. |
| TestCompatibilityTrait |
trait |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php |
Drupal's forward compatibility layer with multiple versions of PHPUnit. |
| TestCompatibilityTrait.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit11/TestCompatibilityTrait.php |
|
| TestCompatibilityTrait.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php |
|
| TestCompatibilityTrait::getTestClassCovers |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php |
Gets @covers defined on the test class. |
| TestConcat |
class |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Mock class for the concat process plugin. |
| TestConcat::setDelimiter |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Set the delimiter. |
| TestConcat::__construct |
function |
core/modules/migrate/tests/src/Unit/process/ConcatTest.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| TestConditionAccessResolverTrait |
class |
core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php |
Stub class for testing trait. |
| TestConfigEntityWithPluginCollections |
class |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Stub class for testing. |
| TestConfigEntityWithPluginCollections::$pluginCollection |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The plugin collection. |
| TestConfigEntityWithPluginCollections::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The plugin manager. |
| TestConfigEntityWithPluginCollections::$the_plugin_collection_config |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The configuration for the plugin collection. |
| TestConfigEntityWithPluginCollections::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Gets the plugin collections used by this object. |
| TestConfigEntityWithPluginCollections::setPluginManager |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestConfigFactoryOverrideBase |
class |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Stub class for testing ConfigFactoryOverrideBase. |
| TestConfigFactoryOverrideBase::addCollections |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Reacts to the ConfigCollectionEvents::COLLECTION_INFO event. |
| TestConfigFactoryOverrideBase::doFilterNestedArray |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
|
| TestConfigFactoryOverrideBase::onConfigDelete |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Actions to be performed to configuration override on configuration delete. |
| TestConfigFactoryOverrideBase::onConfigRename |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Actions to be performed to configuration override on configuration rename. |
| TestConfigFactoryOverrideBase::onConfigSave |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Actions to be performed to configuration override on configuration save. |
| TestConfigNamesMapper |
class |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Defines a test mapper class. |
| TestConfigNamesMapper::getInternalLangcode |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Gets the internal language code of this mapper, if any. |
| TestConfigNamesMapper::setConfigFactory |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Sets the configuration factory. |
| TestConfigNamesMapper::setConfigNames |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Sets the list of configuration names. |
| TestConfigType |
class |
core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php |
Defines a configuration-based entity type used for testing. |
| TestConfigType.php |
file |
core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php |
|
| TestConfigurableContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Configurable context aware plugin test class. |