Skip to content
Snippets Groups Projects
Commit 9b9965d5 authored by catch's avatar catch
Browse files

Issue #3094292 by Berdir, plach, jibran, ravi.shankar: Remove usages of...

Issue #3094292 by Berdir, plach, jibran, ravi.shankar: Remove usages of deprecated path alias services and clear "DeprecationListenerTrait" entries
parent cf1f9671
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ class ContentModerationStateTest extends KernelTestBase {
'content_translation',
'text',
'workflows',
'path_alias',
];
/**
......
......@@ -25,6 +25,7 @@ class EntityReferenceSupportedNewEntitiesConstraintValidatorTest extends KernelT
'user',
'workspaces',
'entity_test',
'path_alias',
];
/**
......
......@@ -25,6 +25,7 @@ class WorkspaceAccessTest extends KernelTestBase {
'system',
'workspaces',
'workspace_access_test',
'path_alias',
];
/**
......
......@@ -53,6 +53,7 @@ class WorkspaceCRUDTest extends KernelTestBase {
'filter',
'node',
'text',
'path_alias',
];
/**
......
......@@ -67,6 +67,7 @@ class WorkspaceIntegrationTest extends KernelTestBase {
'views',
'language',
'content_translation',
'path_alias',
];
/**
......
......@@ -45,6 +45,7 @@ class WorkspaceMergerTest extends KernelTestBase {
'text',
'user',
'system',
'path_alias',
];
/**
......
......@@ -28,7 +28,7 @@ class DefaultConfigTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = ['system', 'user'];
public static $modules = ['system', 'user', 'path_alias'];
/**
* The following config entries are changed on module install.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment