You are here

protected property ApiRequestTest::$defaultTheme in Zoom API 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ApiRequestTest.php \Drupal\Tests\zoomapi\Functional\ApiRequestTest::defaultTheme

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

tests/src/Functional/ApiRequestTest.php, line 22

Class

ApiRequestTest
API request tests.

Namespace

Drupal\Tests\zoomapi\Functional

Code

protected $defaultTheme = 'stark';