public static function SortingTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Wizard/ SortingTest.php, line 15 - Definition of Drupal\views\Tests\Wizard\SortingTest.
Class
- SortingTest
- Tests the ability of the views wizard to create views with sorts.
Namespace
Drupal\views\Tests\WizardCode
public static function getInfo() {
return array(
'name' => 'Sorting functionality',
'description' => 'Test the ability of the views wizard to create views with sorts.',
'group' => 'Views Wizard',
);
}