You are here

public static function ViewsNaturalSortDaysOfTheWeekTest::getInfo in Views Natural Sort 7.2

File

./views_natural_sort.test, line 175

Class

ViewsNaturalSortDaysOfTheWeekTest
Tests all the "Days of the week" natural sort functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Natural Sort Days of the Week',
    'description' => 'Tests Days of the Week Sorting',
    'group' => 'Views Natural Sort',
  );
}