Search for test
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DeprecatedClassesTest::testPathSubscriber | function | core/ |
@covers \Drupal\Core\EventSubscriber\PathSubscriber::__construct[[api-linebreak]] |
| DeprecatedCleanupTest | class | core/ |
Verify deprecation errors for the cleanup functions. |
| DeprecatedCleanupTest.php | file | core/ |
|
| DeprecatedCleanupTest::$modules | property | core/ |
Modules to enable. |
| DeprecatedCleanupTest::register | function | core/ |
Registers test-specific services. |
| DeprecatedCleanupTest::testDeprecatedCleanFunctions | function | core/ |
@expectedDeprecation simpletest_clean_environment is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Access the environment_cleaner service and call its cleanEnvironment() method, or use… |
| DeprecatedModerationStateViewsRelationshipTest | class | core/ |
Test the deprecated views relationships. |
| DeprecatedModerationStateViewsRelationshipTest.php | file | core/ |
|
| DeprecatedModerationStateViewsRelationshipTest::$modules | property | core/ |
Modules to enable. |
| DeprecatedModerationStateViewsRelationshipTest::setUp | function | core/ |
|
| DeprecatedModerationStateViewsRelationshipTest::testCodeDeprecationModerationStateRelationships | function | core/ |
Test the deprecations are triggered when the deprecated code is executed. |
| DeprecatedModerationStateViewsRelationshipTest::testReportDeprecatedModerationStateRelationships | function | core/ |
Test how the deprecated relationships appear in the UI. |
| DeprecatedModuleHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]] @runTestsInSeparateProcesses |
| DeprecatedModuleHandlerTest.php | file | core/ |
|
| DeprecatedModuleHandlerTest::dependencyProvider | function | core/ |
Provider for testing dependency parsing. |
| DeprecatedModuleHandlerTest::testDependencyParsing | function | core/ |
@dataProvider dependencyProvider @covers ::parseDependency[[api-linebreak]] @expectedDeprecation Drupal\Core\Extension\ModuleHandler::parseDependency is deprecated. Use \Drupal\Core\Extension\Dependency::createFromString() instead. See… |
| DeprecatedModulesTestTrait | trait | core/ |
Provides methods remove deprecated modules from tests. |
| DeprecatedModulesTestTrait.php | file | core/ |
|
| DeprecatedModulesTestTrait::$deprecatedModules | property | core/ |
List of deprecated modules names to not be enabled for tests. |
| DeprecatedModulesTestTrait::$excludeDeprecated | property | core/ |
Flag to exclude deprecated modules from the tests. |
| DeprecatedModulesTestTrait::enableModules | function | core/ |
Overrides \Drupal\KernelTests\KernelTestBase::enableModules(). |
| DeprecatedModulesTestTrait::removeDeprecatedModules | function | core/ |
Removes deprecated modules from the provided modules.list. |
| DeprecatedPathHooksTest | class | core/ |
@coversDefaultClass \Drupal\Core\Path\AliasStorage[[api-linebreak]] |
| DeprecatedPathHooksTest.php | file | core/ |
|
| DeprecatedPathHooksTest::$modules | property | core/ |
Modules to enable. |
| DeprecatedPathHooksTest::setUp | function | core/ |
|
| DeprecatedPathHooksTest::testDelete | function | core/ |
@covers ::delete[[api-linebreak]] |
| DeprecatedPathHooksTest::testInsert | function | core/ |
@covers ::save[[api-linebreak]] |
| DeprecatedPathHooksTest::testUpdate | function | core/ |
@covers ::save[[api-linebreak]] |
| DeprecatedServicesTest | class | core/ |
Tests deprecation of path alias core services and the related BC logic. |
| DeprecatedServicesTest.php | file | core/ |
|
| DeprecatedServicesTest::$modules | property | core/ |
Modules to enable. |
| DeprecatedServicesTest::assertServiceClass | function | core/ |
Asserts that the specified service is implemented by the expected class. |
| DeprecatedServicesTest::assertSharedProperty | function | core/ |
Asserts that a shared property has the expected value. |
| DeprecatedServicesTest::setServiceClass | function | core/ |
Sets the specified implementation for the service being tested. |
| DeprecatedServicesTest::setUp | function | core/ |
|
| DeprecatedServicesTest::testAliasManagerSharedState | function | core/ |
Test that the new alias manager and the legacy ones share the same state. |
| DeprecatedServicesTest::testAliasServicesDeprecation | function | core/ |
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The "path_processor_alias" service is deprecated. Use… |
| DeprecatedServicesTest::testDecoratorForNewServiceImplementation | function | core/ |
@expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 |
| DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation | function | core/ |
@expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager… |
| DeprecatedServicesTest::testDefaultImplementations | function | core/ |
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 |
| DeprecatedServicesTest::testNewServiceImplementation | function | core/ |
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 |
| DeprecatedServicesTest::testOverriddenServiceImplementation | function | core/ |
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0… |
| DeprecatedServicesTest::testRegularImplementation | function | core/ |
No deprecation message expected. |
| DeprecationListenerTrait::deprecationEndTest | function | core/ |
Reacts to the end of a test. |
| DeprecationListenerTrait::deprecationStartTest | function | core/ |
|
| deprecation_test.info.yml | file | core/ |
core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml |
| deprecation_test.module | file | core/ |
Contains functions for testing calling deprecated functions in tests. |
| deprecation_test.routing.yml | file | core/ |
core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml |
| deprecation_test_deprecated_alter_alter | function | core/ |
Implements hook_deprecated_alter_alter(). |
Pagination
- Previous page
- Page 169
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.