aboutsummaryrefslogtreecommitdiff
path: root/tests/MathTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MathTest.php')
-rw-r--r--tests/MathTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/MathTest.php b/tests/MathTest.php
index 1ffa5ae..0de2465 100644
--- a/tests/MathTest.php
+++ b/tests/MathTest.php
@@ -73,11 +73,11 @@ class MathTest extends \PHPUnit\Framework\TestCase
['hypot(1.5, 3.5)'],
['intdiv(10, 2)'],
['log(1.5)'],
- ['log10(1.5)'],
+ ['log10(1.5)'],
['log1p(1.5)'],
['max(1.5, 3.5)'],
['min(1.5, 3.5)'],
- ['octdec(1.5)'],
+ ['octdec("15")'],
['pi()'],
['pow(1.5, 3.5)'],
['rad2deg(1.5)'],
@@ -85,7 +85,7 @@ class MathTest extends \PHPUnit\Framework\TestCase
['sin(1.5)'],
['sinh(1.5)'],
['sqrt(1.5)'],
- ['tan(1.5)'],
+ ['tan(1.5)'],
['tanh(1.5)'],
['0.1 + 0.2'],