You are here

public static function PanelizerNodeContentTranslationTest::getInfo in Panelizer 7.3

File

tests/panelizer.node_content_translation.test, line 15
Test the content translation integration for Panelizer.

Class

PanelizerNodeContentTranslationTest

Code

public static function getInfo() {
  return array(
    'name' => 'Panelizer node translations',
    'description' => 'Test node translations using Content Translation.',
    'group' => 'Panelizer',
  );
}