You are here

protected property SelectPagerDefaultTest::$defaultTheme in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php \Drupal\Tests\system\Functional\Database\SelectPagerDefaultTest::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

core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php, line 19

Class

SelectPagerDefaultTest
Tests the pager query select extender.

Namespace

Drupal\Tests\system\Functional\Database

Code

protected $defaultTheme = 'stark';