function TourHelpPageTest::testHelp
Logs in users, tests help pages.
File
- 
              core/
modules/ tour/ tests/ src/ Functional/ TourHelpPageTest.php, line 65  
Class
- TourHelpPageTest
 - Verifies help page display of tours.
 
Namespace
Drupal\Tests\tour\FunctionalCode
public function testHelp() : void {
  $this->drupalLogin($this->tourUser);
  $this->verifyHelp();
  $this->drupalLogin($this->noTourUser);
  $this->verifyHelp(FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.