function SearchRankingTestCase::setUp in Drupal 7
Implementation setUp().
Overrides DrupalWebTestCase::setUp
File
- modules/
search/ search.test, line 394 - Tests for search.module.
Class
- SearchRankingTestCase
- Indexes content and tests ranking factors.
Code
function setUp() {
parent::setUp('search', 'statistics', 'comment');
}