You are here

protected property PanelsEverywhereNodeEditTestCase::$perms in Panels Everywhere 7

The user account used for these tests.

Type: array

Overrides PanelsEverywhereTestHelper::$perms

File

tests/PanelsEverywhereNodeEditTestCase.test, line 24
Confirm the node_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereNodeEditTestCase
@file Confirm the node_edit Panels page works correctly with Panels Everywhere.

Code

protected $perms = array(
  // Access all published content.
  'access content',
  // Search for content.
  'search content',
  // Create content.
  'create page content',
);