Issue #2347167 by eriksm: Fix space in comment in TourTestBasic

8.0.x
Jennifer Hodgdon 2014-10-02 05:33:03 -07:00
parent a5d36eff66
commit b05990a755
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class TourTestBasic extends TourTestBase {
$this->permissions[] = 'view the administration theme';
//Create an admin user to view tour tips.
// Create an admin user to view tour tips.
$this->adminUser = $this->drupalCreateUser($this->permissions);
$this->drupalLogin($this->adminUser);
}