diff --git a/core/modules/views_ui/lib/Drupal/views_ui/Tests/ViewsUITourTest.php b/core/modules/views_ui/lib/Drupal/views_ui/Tests/ViewsUITourTest.php index 5ce7ba2..739e98d 100644 --- a/core/modules/views_ui/lib/Drupal/views_ui/Tests/ViewsUITourTest.php +++ b/core/modules/views_ui/lib/Drupal/views_ui/Tests/ViewsUITourTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\tour\Tests\ViewsUITourTest. + * Contains \Drupal\views_ui\Tests\ViewsUITourTest. */ namespace Drupal\views_ui\Tests; @@ -39,7 +39,6 @@ public static function getInfo() { protected function setUp() { parent::setUp(); - $this->drupalLogin($this->drupalCreateUser(array('access tour', 'administer views'))); } @@ -51,4 +50,5 @@ public function testTourFunctionality() { $elements = $this->xpath('//ol[@id="tour"]'); $this->assertEqual(count($elements), 1, 'Found a tour on the test view.'); } + }