mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
added test for sort enums (todo: handle exception on test)
This commit is contained in:
@@ -3,6 +3,8 @@ namespace ParseCsv\enums;
|
||||
|
||||
|
||||
class SortEnum extends AbstractEnum {
|
||||
const __DEFAULT = self::SORT_TYPE_REGULAR;
|
||||
|
||||
const SORT_TYPE_REGULAR = SORT_REGULAR;
|
||||
|
||||
const SORT_TYPE_NUMERIC = SORT_NUMERIC;
|
||||
|
||||
Reference in New Issue
Block a user