public static function TableSortExtenderUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php, line 24
Definition of Drupal\system\Tests\Common\TableSortExtenderTest.

Class

TableSortExtenderUnitTest
Tests unicode handling features implemented in unicode.inc.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Tablesort',
    'description' => 'Tests table sorting.',
    'group' => 'System',
  );
}