You are here

protected property ItemsPerPageTest::$defaultTheme in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php \Drupal\Tests\views\Functional\Wizard\ItemsPerPageTest::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/views/tests/src/Functional/Wizard/ItemsPerPageTest.php, line 16

Class

ItemsPerPageTest
Tests the ability of the views wizard to specify the number of items per page.

Namespace

Drupal\Tests\views\Functional\Wizard

Code

protected $defaultTheme = 'stark';