public static function OutputTest::getInfo in Text list formatter 8.2
File
- lib/
Drupal/ textformatter/ Tests/ OutputTest.php, line 15 - Definition of Drupal\textformatter\Tests\OutputTest.
Class
- OutputTest
- Test the rendered output of list fields.
Namespace
Drupal\textformatter\TestsCode
public static function getInfo() {
return array(
'name' => 'Test list output',
'description' => 'Tests the output markup of textformatter list formatters.',
'group' => 'Textformatter',
);
}