From b408fba061487ce86a87319a10e152bd0ccd9472 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 27 Oct 2015 15:24:13 +0000 Subject: [PATCH] Issue #2602442 by mcdruid: typo in \Drupal\tracker\Tests\TrackerNodeAccessTest - drupalCreateuser --- core/modules/tracker/src/Tests/TrackerNodeAccessTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php b/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php index 28a376d5d08f..690368269e46 100644 --- a/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php +++ b/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php @@ -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); -- GitLab