You are here

protected static property AddressElementTest::$adminPermissions in Ubercart 8.4

Permissions for administrator user.

Type: string[]

File

uc_store/tests/src/FunctionalJavascript/AddressElementTest.php, line 34

Class

AddressElementTest
Tests Ajax for the uc_address form element country and zone selection.

Namespace

Drupal\Tests\uc_store\FunctionalJavascript

Code

protected static $adminPermissions = [
  'access administration pages',
  'administer store',
];