You are here

public static property SearchBlockTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/search/src/Tests/SearchBlockTest.php \Drupal\search\Tests\SearchBlockTest::modules

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

core/modules/search/src/Tests/SearchBlockTest.php, line 22
Contains \Drupal\search\Tests\SearchBlockTest.

Class

SearchBlockTest
Tests if the search form block is available.

Namespace

Drupal\search\Tests

Code

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