Home
last modified time | relevance | path

Searched refs:assertStatusCodeIsInteger (Results 1 – 1 of 1) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php97 $this->assertStatusCodeIsInteger($status);
129 $this->assertStatusCodeIsInteger($code);
142 private function assertStatusCodeIsInteger($statusCode) function in GuzzleHttp\\Psr7\\Response