cURL.php 131 B

12345
  1. <?php
  2. class RequestsTest_Transport_cURL extends RequestsTest_Transport_Base {
  3. protected $transport = 'Requests_Transport_cURL';
  4. }