function SearchRankingTestCase::setUp

Implementation setUp().

Parameters

...: List of modules to enable for the duration of the test. This can be either a single array or a variable number of string arguments.

Overrides DrupalWebTestCase::setUp

File

modules/search/search.test, line 394

Class

SearchRankingTestCase
Indexes content and tests ranking factors.

Code

function setUp() {
  parent::setUp('search', 'statistics', 'comment');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.