Issue #2347167 by eriksm: Fix space in comment in TourTestBasic
parent
a5d36eff66
commit
b05990a755
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue