public static property SearchBlockTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 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\TestsCode
public static $modules = array(
'block',
);