@@ -78,8 +78,7 @@ public function createFeed($feed_url = NULL, array $edit = []) {
$this->assertText(t('The feed @name has been added.',['@name'=>$edit['title[0][value]']]),newFormattableMarkup('The feed @name has been added.',['@name'=>$edit['title[0][value]']]));
// Verify that the creation message contains a link to a feed.
@@ -47,8 +47,7 @@ public function testUpdateFeedItem() {
$this->assertText(t('The feed @name has been added.',['@name'=>$edit['title[0][value]']]),newFormattableMarkup('The feed @name has been added.',['@name'=>$edit['title[0][value]']]));
// Verify that the creation message contains a link to a feed.
@@ -35,8 +35,7 @@ public function testUpdateFeed() {
$this->assertText(t('The feed @name has been updated.',['@name'=>$edit['title[0][value]']]),newFormattableMarkup('The feed %name has been updated.',['%name'=>$edit['title[0][value]']]));
// Verify that the creation message contains a link to a feed.