You are here

protected property PanelsEverywhereBasicsTestCase::$perms in Panels Everywhere 7

The user account used for these tests.

Type: array

Overrides PanelsEverywhereTestHelper::$perms

File

tests/PanelsEverywhereBasicsTestCase.test, line 32
Basic tests for the Panels Everywhere module.

Class

PanelsEverywhereBasicsTestCase
@file Basic tests for the Panels Everywhere module.

Code

protected $perms = array(
  // Basic permisson to access all published content.
  'access content',
  // Permission to search for content.
  'search content',
);