Skip to content

Commit dc42e86

Browse files
committed
Setting "bcmath.scale" to something other than 0 so that we can be sure bcdiv's $scale parameter is working correctly.
1 parent 587a971 commit dc42e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/bootstrap.php

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
require_once 'vendor/autoload.php';
44
date_default_timezone_set("UTC");
5+
6+
// Setting "bcmath.scale" to something other than 0 so that
7+
// we can be sure bcdiv's $scale parameter is working correctly
8+
bcscale(16);

0 commit comments

Comments
 (0)