You are here

public function PostTest::overrideUrlOptions in reCAPTCHA 7.2

File

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

Class

PostTest

Namespace

ReCaptcha\RequestMethod

Code

public function overrideUrlOptions(array $args) {
  $this->runcount++;
  $this
    ->assertEquals('https://over.ride/some/path', $args[0]);
}