You are here

protected property PanelsEverywhereTermEditTestCase::$perms in Panels Everywhere 7

The user account used for these tests.

Type: array

Overrides PanelsEverywhereTestHelper::$perms

File

tests/PanelsEverywhereTermEditTestCase.test, line 24
Confirm the term_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereTermEditTestCase
@file Confirm the term_edit Panels page works correctly with Panels Everywhere.

Code

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