- π©πͺGermany Anybody Porta Westfalica
@reflie could you turn this into a MR please, if still valid? Then we should also see if it works as expected.
As title.
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']);
Not sure about whether to keep or drop the $message arguments here, though.
Needs work
2.0
Tests
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@reflie could you turn this into a MR please, if still valid? Then we should also see if it works as expected.