commit d0ea5a583a1fe15aab72b98b0c965b6644c47538 Author: Joel Pittet Date: Wed Sep 9 20:38:09 2015 -0700 fix fixture diff --git a/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php b/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php index 7b87f22..704e94c 100644 --- a/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php +++ b/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @@ -449,8 +449,8 @@ public function testRenderAsLinkWithPathAndTokens($path, $tokens, $link_html) { ]; $this->renderer->expects($this->once()) - ->method('render') - ->with($build, FALSE) + ->method('renderPlain') + ->with($build) ->willReturn('base:test-path/123'); $result = $field->advancedRender($row);