Skip to content
Snippets Groups Projects

Convert RowPluginTest into a Kernel test

Closed spokje requested to merge issue/drupal-3415557:3415557-convert-rowplugintest-into into 11.x
1 unresolved thread

Closes #3415557

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.');
  • spokje added 1 commit

    added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading