$this->assertText('The feed '.Html::escape($edit['title[0][value]']).' has been added.',newFormattableMarkup('The feed @name has been added.',['@name'=>$edit['title[0][value]']]));
// Verify that the creation message contains a link to a feed.
@@ -92,7 +92,7 @@ public function createFeed($feed_url = NULL, array $edit = []) {