File
- drupal/core/modules/views/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\Wizard
Code
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',
);
}