You are here

public function PostTest::setUp in reCAPTCHA 7.2

Same name and namespace in other branches
  1. 6.2 recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php \ReCaptcha\RequestMethod\PostTest::setUp()

File

recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php, line 39

Class

PostTest

Namespace

ReCaptcha\RequestMethod

Code

public function setUp() {
  $this->parameters = new RequestParameters('secret', 'response', 'remoteip', 'version');
}