@@ -89,7 +110,7 @@ public function testRowPlugin() {
$output=$renderer->renderRoot($output);
foreach($this->nodesas$node){
$this->assertStringContainsString($node->body->summary,$output,'Make sure the teaser appears in the output of the view.');
$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.');