You are here

public static function PanelizerWithPathautoTest::getInfo in Panelizer 7.3

File

tests/panelizer.with_pathauto.test, line 15
Test the Pathauto integration for Panelizer.

Class

PanelizerWithPathautoTest

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer w Pathauto',
    'description' => 'Test Pathauto integration.',
    'group' => 'Panelizer',
  );
}