📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 07:08:17
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
guzzlehttp
/
guzzle
/
tests
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/guzzlehttp/guzzle/tests
🔄 Refresh
✏️
Editing: HttplugIntegrationTest.php
Writable
<?php namespace GuzzleHttp\Tests; use GuzzleHttp\Client; use Http\Client\Tests\HttpClientTest; use Psr\Http\Client\ClientInterface; /** * @author Tobias Nyholm <tobias.nyholm@gmail.com> */ class HttplugIntegrationTest extends HttpClientTest { protected function createHttpAdapter(): ClientInterface { return new Client(); } }
💾 Save Changes
❌ Cancel