6 calls to DeprecatedServicesTest::assertServiceClass() in Drupal 8
- DeprecatedServicesTest::testDecoratorForNewServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @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 in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @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 in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testNewServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testOverriddenServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @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 in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - No deprecation message expected.