drupalCreateUser([ 'administer site configuration', 'view update notifications', ]); $this->drupalLogin($admin_user); $this->drupalPlaceBlock('local_actions_block'); } /** * {@inheritdoc} */ protected function refreshUpdateStatus($xml_map, $url = 'update-test') { if (!isset($xml_map['drupal'])) { $xml_map['drupal'] = '8.0.0'; } parent::refreshUpdateStatus($xml_map, $url); } /** * Sets the project installed version. * * @param string $version * The version number. */ abstract protected function setProjectInstalledVersion($version); }