Proposed resolution

For example:

-    $this->assertFalse(!empty($view->build_info['pre_render_called']), 'Make sure hook_views_pre_render is not called for the cached view.');
+    $this->assertEmpty($view->build_info['pre_render_called']);

Comments

novchuk.v created an issue. See original summary.

novchuk.v’s picture

Issue summary: View changes
StatusFileSize
new2.88 KB
novchuk.v’s picture

Assigned: novchuk.v » Unassigned
Status: Active » Needs review
mero.s’s picture

Status: Needs review » Reviewed & tested by the community

It looks good to me

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed
Parent issue: » #3164682: Plan for Metatag 8.x-1.15

A nice little improvement, thank you.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.