You are here

public static function EmptyFieldsViewModesWebTestCase::getInfo in Empty fields 7.2

File

tests/empty_fields.test, line 13
Tests for the empty fields module.

Class

EmptyFieldsViewModesWebTestCase
Helper test class with some added functions for testing.

Code

public static function getInfo() {
  return array(
    'name' => 'Empty Fields View Modes',
    'description' => 'Test the empty text is correctly added per view mode.',
    'group' => 'Empty Fields',
  );
}