You are here

public static function PanelsEverywhereNodeViewTestCase::getInfo in Panels Everywhere 7

File

tests/PanelsEverywhereNodeViewTestCase.test, line 13
Confirm the node_view Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereNodeViewTestCase
@file Confirm the node_view Panels page works correctly with Panels Everywhere.

Code

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