You are here

public static function PanelsNodeViewWebTestCase::getInfo in Panels 7.3

File

tests/PanelsNodeViewWebTestCase.test, line 13
Some rudimentary tests for the node_view handler.

Class

PanelsNodeViewWebTestCase
@file Some rudimentary tests for the node_view handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Panels node_view tests',
    'description' => 'Test the standard node_view task handler.',
    'group' => 'Panels',
  );
}