diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php index 591fbbd..8cd8880 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php @@ -48,7 +48,7 @@ protected function setUp() { /** * Tests feed display admin ui. */ - public function _testFeedUI() { + public function testFeedUI() { $this->drupalGet('admin/structure/views'); // Check the attach TO interface. @@ -79,7 +79,7 @@ public function _testFeedUI() { } /** - * Tests the actual output. + * Tests the rendered output. */ public function testFeedOutput() { $this->drupalCreateNode();