Skip to content

Commit d374ca1

Browse files
committed
Update test-runner.php
1 parent 63bcfe5 commit d374ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TestRunner extends PHPUnit_Framework_TestCase
3939
public static $payerID = "LM6NCLZ5RAKBY";
4040
//random amount for transactions/subscriptions
4141
public static function getAmount(){
42-
return 12 + (rand(1, 10000)/12);
42+
return 12 + (rand(1, 900000)/12);
4343
}
4444
//random email for a new customer profile
4545
public static function getEmail(){

0 commit comments

Comments
 (0)