You are here

protected function SermepaGatewayUiTest::getAdministratorPermissions in Commerce sermepa 8.2

Gets the permissions for the admin user.

Return value

string[] The permissions.

Overrides CommerceWebDriverTestBase::getAdministratorPermissions

File

tests/src/FunctionalJavascript/SermepaGatewayUiTest.php, line 26

Class

SermepaGatewayUiTest
Tests the payment gateway UI for 'Sermepa' case.

Namespace

Drupal\Tests\commerce_sermepa\FunctionalJavascript

Code

protected function getAdministratorPermissions() {
  return array_merge([
    'administer commerce_payment_gateway',
  ], parent::getAdministratorPermissions());
}