protected function StoreDateTimeTest::getAdministratorPermissions in Commerce Core 8.2
Gets the permissions for the admin user.
Return value
string[] The permissions.
Overrides CommerceBrowserTestBase::getAdministratorPermissions
File
- modules/
store/ tests/ src/ Functional/ StoreDateTimeTest.php, line 32
Class
- StoreDateTimeTest
- Tests the commerce_store_datetime formatter and widget.
Namespace
Drupal\Tests\commerce_store\FunctionalCode
protected function getAdministratorPermissions() {
return array_merge([
'administer entity_test content',
'view test entity',
], parent::getAdministratorPermissions());
}