You are here

protected static property ConfigSelectorTest::$defaultUserRole in Thunder 8.5

Same name and namespace in other branches
  1. 6.2.x tests/src/FunctionalJavascript/Integration/ConfigSelectorTest.php \Drupal\Tests\thunder\FunctionalJavascript\Integration\ConfigSelectorTest::defaultUserRole
  2. 6.0.x tests/src/FunctionalJavascript/Integration/ConfigSelectorTest.php \Drupal\Tests\thunder\FunctionalJavascript\Integration\ConfigSelectorTest::defaultUserRole
  3. 6.1.x tests/src/FunctionalJavascript/Integration/ConfigSelectorTest.php \Drupal\Tests\thunder\FunctionalJavascript\Integration\ConfigSelectorTest::defaultUserRole

Default user login role used for testing.

Type: string

Overrides ThunderJavascriptTestBase::$defaultUserRole

File

tests/src/FunctionalJavascript/Integration/ConfigSelectorTest.php, line 22

Class

ConfigSelectorTest
Tests integration with the config_selector.

Namespace

Drupal\Tests\thunder\FunctionalJavascript\Integration

Code

protected static $defaultUserRole = 'administrator';