mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
5 lines
No EOL
131 B
PHP
Executable file
5 lines
No EOL
131 B
PHP
Executable file
<?php
|
|
|
|
class RequestsTest_Transport_cURL extends RequestsTest_Transport_Base {
|
|
protected $transport = 'Requests_Transport_cURL';
|
|
} |