Skip to content
Snippets Groups Projects

Add a core-convert job

Merged Adam G-H requested to merge issue/automatic_updates-3414168:3414168-add-a-new into 3.0.x
Compare and Show latest version
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -53,13 +53,10 @@ abstract class UpdaterFormTestBase extends AutomaticUpdatesFunctionalTestBase {
'administer modules',
'access site reports',
'view update notifications',
// CORE_MR_ONLY-11.x:'access help pages',
];
// BEGIN: DELETE FROM CORE MERGE REQUEST
if (array_key_exists('access help pages', $this->container->get('user.permissions')->getPermissions())) {
$permissions[] = 'access help pages';
}
// END: DELETE FROM CORE MERGE REQUEST
$user = $this->createUser($permissions);
$this->drupalLogin($user);
$this->checkForUpdates();
Loading