You are here

CurlSslVerifierUnitTest.inc in Coder 8.2

File

coder_sniffer/DrupalPractice/Test/FunctionCalls/CurlSslVerifierUnitTest.inc
View source
<?php

$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);