You are here

public function PostTest::setUp in reCAPTCHA 6.2

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

File

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

Class

PostTest

Namespace

ReCaptcha\RequestMethod

Code

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