File manager - Edit - /home/jardides/www/Cloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php
Back
<?php namespace Guzzle\Tests\Parser\Message; use Guzzle\Parser\Message\PeclHttpMessageParser; /** * @covers Guzzle\Parser\Message\PeclHttpMessageParser */ class PeclHttpMessageParserTest extends MessageParserProvider { protected function setUp() { if (!function_exists('http_parse_message')) { $this->markTestSkipped('pecl_http is not available.'); } } /** * @dataProvider requestProvider */ public function testParsesRequests($message, $parts) { $parser = new PeclHttpMessageParser(); $this->compareRequestResults($parts, $parser->parseRequest($message)); } /** * @dataProvider responseProvider */ public function testParsesResponses($message, $parts) { $parser = new PeclHttpMessageParser(); $this->compareResponseResults($parts, $parser->parseResponse($message)); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings