You are here

protected property DrushCommandsTest::$defaultTheme in Views Bulk Operations (VBO) 4.0.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/DrushCommandsTest.php \Drupal\Tests\views_bulk_operations\Functional\DrushCommandsTest::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/DrushCommandsTest.php, line 20

Class

DrushCommandsTest
@coversDefaultClass \Drupal\views_bulk_operations\Commands\ViewsBulkOperationsCommands @group views_bulk_operations

Namespace

Drupal\Tests\views_bulk_operations\Functional

Code

protected $defaultTheme = 'stark';