You are here

public static function PanelsEverywhereTermEditTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereTermEditTestCase.test, line 13
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

public static function getInfo() {
  return array(
    'name' => 'Panels Everywhere: term_edit',
    'description' => 'Ensure that the Panels term_edit page works correctly when using Panels Everywhere.',
    'group' => 'panels_everywhere',
  );
}