X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FDecimal%2F__construct.phpt;h=5760251524cf2ca0a670a0c5de8f5e3907c0455f;hb=ac7822dd9dd0d5cf0855df8a750468d453bc3053;hp=ee56e9f48a8351a5359bc4d30c3bff4dd1f08a61;hpb=5160cd44798ab39c50a19df6f849355c8425d20b;p=awesomized%2Fext-ion diff --git a/tests/Decimal/__construct.phpt b/tests/Decimal/__construct.phpt index ee56e9f..5760251 100644 --- a/tests/Decimal/__construct.phpt +++ b/tests/Decimal/__construct.phpt @@ -17,7 +17,7 @@ new Decimal("123"); new Decimal(123.123); new Decimal("123.123"); new Decimal(1, null); -new Decimal(1, new Decimal\Context); +new Decimal(1, Decimal\Context::Dec64()); ?> DONE --EXPECTF--