GuzzleHttp\Test\Handler\StreamHandlerTest::testEnsuresVerifyOptionIsValid PHP Method

testEnsuresVerifyOptionIsValid() public method

    public function testEnsuresVerifyOptionIsValid()
    {
        $this->getSendResult(['verify' => 10]);
    }