You are here

protected property PanelsEverywhereUserEditTestCase::$perms in Panels Everywhere 7

The user account used for these tests.

Type: array

Overrides PanelsEverywhereTestHelper::$perms

File

tests/PanelsEverywhereUserEditTestCase.test, line 24
Confirm the user_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereUserEditTestCase
@file Confirm the user_edit Panels page works correctly with Panels Everywhere.

Code

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