diff --git a/tests/src/Kernel/PathautoEntityWithStringIdTest.php b/tests/src/Kernel/PathautoEntityWithStringIdTest.php index a080065..0bced80 100644 --- a/tests/src/Kernel/PathautoEntityWithStringIdTest.php +++ b/tests/src/Kernel/PathautoEntityWithStringIdTest.php @@ -36,6 +36,7 @@ class PathautoEntityWithStringIdTest extends KernelTestBase { 'field', 'token', 'path', + 'path_alias', 'pathauto', 'pathauto_string_id_test', ]; diff --git a/tests/src/Kernel/PathautoKernelTest.php b/tests/src/Kernel/PathautoKernelTest.php index 8c25fce..682c22d 100644 --- a/tests/src/Kernel/PathautoKernelTest.php +++ b/tests/src/Kernel/PathautoKernelTest.php @@ -27,7 +27,7 @@ class PathautoKernelTest extends KernelTestBase { use PathautoTestHelperTrait; - public static $modules = ['system', 'field', 'text', 'user', 'node', 'path', 'pathauto', 'taxonomy', 'token', 'filter', 'ctools', 'language']; + public static $modules = ['system', 'field', 'text', 'user', 'node', 'path', 'path_alias', 'pathauto', 'taxonomy', 'token', 'filter', 'ctools', 'language']; protected $currentUser; diff --git a/tests/src/Kernel/PathautoTokenTest.php b/tests/src/Kernel/PathautoTokenTest.php index 6eca6f2..95b564a 100644 --- a/tests/src/Kernel/PathautoTokenTest.php +++ b/tests/src/Kernel/PathautoTokenTest.php @@ -17,7 +17,7 @@ class PathautoTokenTest extends KernelTestBase { * * @var array */ - public static $modules = ['system', 'token', 'pathauto']; + public static $modules = ['system', 'token', 'path_alias', 'pathauto']; public function testPathautoTokens() {