openstack-sdk-php/test/bootstrap_curl.php

11 lines
160 B
PHP

<?php
/**
* @file
*
* Helpers for testing using the CurlTransport.
*/
$bootstrap_settings = array(
'transport' => '\HPCloud\Transport\CURLTransport',
);