You are here

public static function UITest::getInfo in Text list formatter 8.2

File

lib/Drupal/textformatter/Tests/UITest.php, line 15
Definition of Drupal\textformatter\Tests\UITest.

Class

UITest
Test the UI settings form for list fields.

Namespace

Drupal\textformatter\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Test list UI',
    'description' => 'Tests the  settings in the UI for list formatters.',
    'group' => 'Textformatter',
  );
}