mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-06-01 10:15:27 +09:00
5 lines
142 B
PHP
5 lines
142 B
PHP
<?php
|
|
|
|
class RequestsTest_Transport_fsockopen extends RequestsTest_Transport_Base {
|
|
protected $transport = 'Requests_Transport_fsockopen';
|
|
}
|