You are here

public static function PanelizerTermTest::getInfo in Panelizer 7.3

File

tests/panelizer.term.test, line 17
Panelizer tests.

Class

PanelizerTermTest
Verifies Panelizer configuration options for taxonomy terms.

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer term workflow (excluding IPE)',
    'description' => 'Test the typical workflow of working with terms, excluding IPE.',
    'group' => 'Panelizer',
  );
}