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

testVerifyCanBeDisabled() public method

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