Convert RowPluginTest into a Kernel test
1 unresolved thread
1 unresolved thread
Closes #3415557
Merge request reports
Activity
89 110 $output = $renderer->renderRoot($output); 90 111 foreach ($this->nodes as $node) { 91 112 $this->assertStringContainsString($node->body->summary, $output, 'Make sure the teaser appears in the output of the view.'); 92 $this->assertStringNotContainsString($node->body->value, $output, 'Make sure the full text does not appears in the output of the view if teaser is set as viewmode.'); 113 $this->assertStringNotContainsString($node->body->value, $output, 'Make sure the full text does not appears in the output of the view if teaser is set as view mode.'); changed this line in version 2 of the diff
Please register or sign in to reply