protected property TableSortExampleTest::$defaultTheme in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/tablesort_example/tests/src/Functional/TableSortExampleTest.php \Drupal\Tests\tablesort_example\Functional\TableSortExampleTest::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
- tablesort_example/
tests/ src/ Functional/ TableSortExampleTest.php, line 21
Class
- TableSortExampleTest
- Verify the tablesort functionality.
Namespace
Drupal\Tests\tablesort_example\FunctionalCode
protected $defaultTheme = 'stark';