You are here

protected property NodeRevisionGenerateTest::$defaultTheme in Node Revision Delete 8

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/node_revision_generate/tests/src/Functional/NodeRevisionGenerateTest.php, line 21

Class

NodeRevisionGenerateTest
Test the node_revision_generate_generate_revisions form.

Namespace

Drupal\Tests\node_revision_generate\Functional

Code

protected $defaultTheme = 'stark';