You are here

public static function PanelsEverywhereTermViewTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereTermViewTestCase.test, line 13
Confirm the term_view Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereTermViewTestCase
@file Confirm the term_view Panels page works correctly with Panels Everywhere.

Code

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