You are here

public static property GoogleCSEDisplayTest::$modules in Google Custom Search Engine 8.3

The modules to load to run the test.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/GoogleCSEDisplayTest.php, line 20

Class

GoogleCSEDisplayTest
Verifies Google CSE renders on a search page.

Namespace

Drupal\Tests\google_cse\Functional

Code

public static $modules = [
  'block',
  'google_cse',
  'search',
];