mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +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';
|
|
}
|