added test for sort enums (todo: handle exception on test)

This commit is contained in:
Susann Sgorzaly
2018-02-22 21:15:00 +01:00
parent a74736d4da
commit 7a3120dd28
2 changed files with 19 additions and 0 deletions

View File

@@ -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;