public static property SearchBlockTest::$modules

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php, line 20
Definition of Drupal\search\Tests\SearchBlockTest.

Class

SearchBlockTest
Tests the rendering of the search block.

Namespace

Drupal\search\Tests

Code

public static $modules = array(
  'block',
);