1 update.test | protected UpdateTestHelper::assertStandardTests() |
Runs a series of assertions that are applicable to all update statuses.
File
- core/
modules/ update/ tests/ update.test, line 53 - This file contains tests for the Update Manager module.
Class
- UpdateTestHelper
- Defines some shared functions used by all update tests.
Code
protected function assertStandardTests() {
$this->assertRaw('<h3>' . t('Backdrop CMS') . '</h3>');
$this->assertRaw(l(t('Backdrop CMS'), 'http://example.com/project/backdrop'), 'Link to the Backdrop CMS project appears.');
$this->assertNoText(t('No available releases found'));
}