| 7 theme.test | ThemeFastTestCase::testUserAutocomplete() |
| 8 theme.test | ThemeFastTestCase::testUserAutocomplete() |
Tests access to user autocompletion and verify the correct results.
File
- modules/
simpletest/ tests/ theme.test, line 374 - Tests for the theme API.
Code
function testUserAutocomplete() {
$this->drupalLogin($this->account);
$this->drupalGet('user/autocomplete/' . $this->account->name);
$this->assertText('registry not initialized', t('The registry was not initialized'));
}
Login or register to post comments