Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
31 $this->drupalPlaceBlock('system_menu_block:main'); | 31 $this->drupalPlaceBlock('system_menu_block:main'); |
32 | 32 |
33 $this->contentAdminUser = $this->drupalCreateUser([ | 33 $this->contentAdminUser = $this->drupalCreateUser([ |
34 'access content', | 34 'access content', |
35 'administer content types', | 35 'administer content types', |
36 'administer menu' | 36 'administer menu', |
37 ]); | 37 ]); |
38 | 38 |
39 $this->config('user.role.' . RoleInterface::ANONYMOUS_ID)->set('permissions', [])->save(); | 39 $this->config('user.role.' . RoleInterface::ANONYMOUS_ID)->set('permissions', [])->save(); |
40 } | 40 } |
41 | 41 |