Very simple typo in \Drupal\tracker\Tests\TrackerNodeAccessTest which doesn't break anything, but is wrong nonetheless:

    // Create user without node test view permission.
    $no_access_user = $this->drupalCreateuser(array('access user profiles'));

...which should be drupalCreateUser

Patch on the way.

CommentFileSizeAuthor
#2 2602442-2.patch690 bytesmcdruid
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mcdruid created an issue. See original summary.

mcdruid’s picture

Status: Active » Needs review
FileSize
690 bytes

Patch to uppercase the U in drupalCreateuser

mcdruid’s picture

Issue tags: +Novice, +Quickfix
anavarre’s picture

Issue tags: +rc eligible
anavarre’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed b408fba and pushed to 8.0.x. Thanks!

  • alexpott committed b408fba on 8.0.x
    Issue #2602442 by mcdruid: typo in \Drupal\tracker\Tests\...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.