Skip to content
Snippets Groups Projects

Applying patch

Files

@@ -121,6 +121,7 @@ public function testEntityDisplaySettings() {
'url_plain' => TRUE,
'rel' => '0',
'target' => '0',
'external_target' => '',
];
$component = $display->getComponent('field_test_link');
$this->assertSame($expected, $component);
Loading