Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkchecker-3247797
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
linkchecker-3247797
Commits
4c5ea020
Commit
4c5ea020
authored
6 months ago
by
Yaroslav Kozak
Browse files
Options
Downloads
Patches
Plain Diff
#3247797
Removed redundant include load in tests
parent
38c2a11f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/src/Kernel/LinkcheckerRepair301Test.php
+0
-1
0 additions, 1 deletion
tests/src/Kernel/LinkcheckerRepair301Test.php
tests/src/Kernel/LinkcheckerUnpublish404Test.php
+0
-1
0 additions, 1 deletion
tests/src/Kernel/LinkcheckerUnpublish404Test.php
with
0 additions
and
2 deletions
tests/src/Kernel/LinkcheckerRepair301Test.php
+
0
−
1
View file @
4c5ea020
...
...
@@ -129,7 +129,6 @@ class LinkcheckerRepair301Test extends KernelTestBase {
'administer linkchecker'
,
'access content'
,
]);
$this
->
container
->
get
(
'module_handler'
)
->
loadInclude
(
'linckchecker'
,
'install'
);
linkchecker_install
();
}
...
...
This diff is collapsed.
Click to expand it.
tests/src/Kernel/LinkcheckerUnpublish404Test.php
+
0
−
1
View file @
4c5ea020
...
...
@@ -96,7 +96,6 @@ class LinkcheckerUnpublish404Test extends KernelTestBase {
'administer linkchecker'
,
'access content'
,
]);
$this
->
container
->
get
(
'module_handler'
)
->
loadInclude
(
'linckchecker'
,
'install'
);
linkchecker_install
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment