Skip to content
Snippets Groups Projects
Commit b408fba0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2602442 by mcdruid: typo in \Drupal\tracker\Tests\TrackerNodeAccessTest - drupalCreateuser

parent 826eb455
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ function testTrackerNodeAccess() {
$access_user = $this->drupalCreateUser(array('node test view', 'access user profiles'));
// Create user without node test view permission.
$no_access_user = $this->drupalCreateuser(array('access user profiles'));
$no_access_user = $this->drupalCreateUser(array('access user profiles'));
$this->drupalLogin($access_user);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment