You are here

public static function PanelsEverywhereUserEditTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereUserEditTestCase.test, line 13
Confirm the user_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereUserEditTestCase
@file Confirm the user_edit Panels page works correctly with Panels Everywhere.

Code

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