Closed (fixed)
Project:
Drupal core
Version:
8.8.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2020 at 00:15 UTC
Updated:
24 Jan 2020 at 19:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lendudeI think it should be testing per handler type, so something like this
Comment #3
lendudeNow without the auto formatting by PHPStorm....
Comment #4
lendudeAnd now with ViewExecutableTest::testAddHandler changed to the same logic
Comment #5
mondrakeLooks good to me.
Comment #9
catchCommitted 04722fb and pushed to 9.0.x. Thanks! Cherry-picked to 8.9.x and 8.8.x
Comment #10
mondrakeHuh, I think this fails in D8 when run under PHP 7.0, because the
syntax is not supported :(, it should remain
list($view, $display) = ....Sorry for missing that.
Comment #11
mondrakeComment #12
lendudeAh sorry :( part of the auto formatting by PHPStorm that I didn't catch either
Comment #13
mondrakeComment #14
xjmI believe this issue is causing failures on PHP 7.0... and you've a hotfix for me already. Thanks!
Comment #18
xjmCommitted the hotfix to 9.0.x, 8.9.x, and 8.8.x. (Technically 9.0.x does not need it since PHP 7.0 is not supported, but better to keep the branches in sync as much as possible.)
Thanks everyone!