You are here

protected static property OrderPaymentsFormTest::$adminPermissions in Ubercart 8.4

Permissions for administrator user.

Type: string[]

Overrides UbercartBrowserTestBase::$adminPermissions

File

payment/uc_payment/tests/src/Functional/OrderPaymentsFormTest.php, line 22

Class

OrderPaymentsFormTest
Tests the order payments form.

Namespace

Drupal\Tests\uc_payment\Functional

Code

protected static $adminPermissions = [
  'view payments',
  'manual payments',
  'delete payments',
];