You are here

protected property PanelsEverywhereSettingsTestCase::$perms in Panels Everywhere 7

The user account used for these tests.

Type: array

Overrides PanelsEverywhereTestHelper::$perms

File

tests/PanelsEverywhereSettingsTestCase.test, line 24
Tests for the Panels Everywhere module's different settings.

Class

PanelsEverywhereSettingsTestCase
@file Tests for the Panels Everywhere module's different settings.

Code

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