You are here

public static function PanelsEverywhereUserViewTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereUserViewTestCase.test, line 13
Confirm the user_view Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereUserViewTestCase
@file Confirm the user_view Panels page works correctly with Panels Everywhere.

Code

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