Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
media_fotoweb
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
media_fotoweb
Commits
33e08c76
Commit
33e08c76
authored
8 months ago
by
project update bot
Committed by
Stephan Zeidler
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3431891
: Automated Drupal 11 compatibility fixes for media_fotoweb
parent
d6016fc5
Branches
commev-alias
No related tags found
1 merge request
!9
Automated Project Update Bot fixes
Pipeline
#173529
failed
8 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Functional/RedirectTest.php
+1
-1
1 addition, 1 deletion
tests/src/Functional/RedirectTest.php
with
1 addition
and
1 deletion
tests/src/Functional/RedirectTest.php
+
1
−
1
View file @
33e08c76
...
...
@@ -33,7 +33,7 @@ class RedirectTest extends BrowserTestBase {
*/
public
function
setUp
()
:
void
{
parent
::
setUp
();
/** @var \Symfony\Component\BrowserKit\
Client
$client */
/** @var \Symfony\Component\BrowserKit\
AbstractBrowser
$client */
$client
=
$this
->
getSession
()
->
getDriver
()
->
getClient
();
$client
->
followMetaRefresh
(
FALSE
);
$client
->
followRedirects
(
FALSE
);
...
...
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