Skip to content
Snippets Groups Projects
Commit 33e08c76 authored by project update bot's avatar project update bot Committed by Stephan Zeidler
Browse files

Issue #3431891: Automated Drupal 11 compatibility fixes for media_fotoweb

parent d6016fc5
Branches commev-alias
No related tags found
1 merge request!9Automated Project Update Bot fixes
Pipeline #173529 failed
......@@ -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);
......
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