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