function SearchMatchTestCase::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 29

Class

SearchMatchTestCase
Indexes content and queries it.

Code

function setUp() {
  parent::setUp('search');
}

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