No HTML output since 2.4.0

Created on 22 October 2024, 8 days ago

Problem/Motivation

Since 2.4.0 we're not seeing any HTML output. This has been tracked down to a change to the $handler_stack in \weitzman\DrupalTestTraits\BrowserKitTrait::setupMinkSession.

Steps to reproduce

TBD, it may be specific to our setup.

Proposed resolution

-            $client = new Client(['timeout' => null, 'verify' => false]);
             $handler_stack = HandlerStack::create();
             $handler_stack->push($this->getResponseLogHandler());
+            $client = new Client(['timeout' => null, 'verify' => false, 'handler' => $handler_stack]);

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia mstrelan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024