Skip to content
Snippets Groups Projects
Commit 4c5ea020 authored by Yaroslav Kozak's avatar Yaroslav Kozak
Browse files

#3247797 Removed redundant include load in tests

parent 38c2a11f
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,6 @@ class LinkcheckerRepair301Test extends KernelTestBase {
'administer linkchecker',
'access content',
]);
$this->container->get('module_handler')->loadInclude('linckchecker', 'install');
linkchecker_install();
}
......
......@@ -96,7 +96,6 @@ class LinkcheckerUnpublish404Test extends KernelTestBase {
'administer linkchecker',
'access content',
]);
$this->container->get('module_handler')->loadInclude('linckchecker', 'install');
linkchecker_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