Issue #2427409 by ParisLiakos: Feed image doesnt display

8.0.x
Alex Pott 2015-02-17 16:10:55 +00:00
parent ec408a19da
commit e26375e83f
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class FeedViewBuilder extends EntityViewBuilder {
if ($image && $label && $link_href) {
$link_title = array(
'#theme' => 'image',
'#path' => $image,
'#uri' => $image,
'#alt' => $label,
);
$image_link = array(

View File

@ -40,6 +40,7 @@ class FeedParserTest extends AggregatorTestBase {
$this->assertText('First example feed item title');
$this->assertLinkByHref('http://example.com/example-turns-one');
$this->assertText('First example feed item description.');
$this->assertRaw('<img src="http://example.com/images/druplicon.png"');
// Several additional items that include elements over 255 characters.
$this->assertRaw("Second example feed item title.");