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
Create the HandlerStack before the Client, and pass it to the Client constructor.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork dtt-3482331
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mstrelan commentedStepping through this, it seems the
$handler_stackvariable has no effect, it's not attached to the client. The MR here fixes that.Comment #4
larowlanChange makes sense to me
Comment #5
moshe weitzman commentedI wonder why tests are green even before this change.
Comment #6
mstrelan commentedDo we have any test coverage for html output? I couldn't find any.
Comment #8
moshe weitzman commentedMerged a while ago