You are here

public static function PanelizerNodeTest::getInfo in Panelizer 7.3

File

tests/panelizer.node.test, line 15
Test the node functionality for Panelizer.

Class

PanelizerNodeTest
Verifies Panelizer configuration options for nodes.

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer node workflow (excluding IPE)',
    'description' => 'Test entity bundle configuration settings, excluding IPE.',
    'group' => 'Panelizer',
  );
}