We don't allow referencing in stub tests

This commit is contained in:
Maxim.Kolmakov 2020-03-19 14:58:55 +01:00
parent d9eea53167
commit c0e8920871
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Decimal {
public const ROUND_TRUNCATE = 109;
public const DEFAULT_PRECISION = 28;
public const DEFAULT_ROUNDING = self::ROUND_HALF_EVEN;
public const DEFAULT_ROUNDING = 107;
public const MIN_PRECISION = 1;