You are here

public static function PanelizerUserTest::getInfo in Panelizer 7.3

File

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

Class

PanelizerUserTest
Verifies Panelizer configuration options for user entities.

Code

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