You are here

public static property GoogleCSEConfigTest::$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/GoogleCSEConfigTest.php, line 19

Class

GoogleCSEConfigTest
Verifies Google CSE configuration functionality.

Namespace

Drupal\Tests\google_cse\Functional

Code

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