You are here

protected function GoogleCSEConfigTest::setUp in Google Custom Search Engine 8.3

Overrides BrowserTestBase::setUp

File

tests/src/Functional/GoogleCSEConfigTest.php, line 59

Class

GoogleCSEConfigTest
Verifies Google CSE configuration functionality.

Namespace

Drupal\Tests\google_cse\Functional

Code

protected function setUp() {
  $this->strictConfigSchema = NULL;
  parent::setUp();
  $this
    ->initializeTestUser();
}