You are here

protected property YoastSeoTest::$permissions in Real-time SEO for Drupal 8

Permissions to grant admin user.

Type: array

File

src/Tests/YoastSeoTest.php, line 39

Class

YoastSeoTest
Ensures that the Yoast Seo works correctly.

Namespace

Drupal\yoast_seo\Tests

Code

protected $permissions = [
  'access administration pages',
  'administer content types',
  'administer nodes',
  'administer meta tags',
  'administer yoast seo',
  'view test entity',
  'access content',
];