// Method must not fail if update directories do not exists.
update_clear_update_disk_cache(); }
/**
* Checks the messages at admin/modules when the site is up to date.
*/ publicfunctiontestModulePageUpToDate(){ $this->setProjectInstalledVersion('8.0.0'); // Instead of using refreshUpdateStatus(), set these manually.
$this->config('update.settings') ->set('fetch.url', Url::fromRoute('update_test.update_test')->setAbsolute()->toString()) ->save();