|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| compareHttpHeaders ($result, $expected) | |
| compareRequestResults ($result, $expected) | |
| compareResponseResults ($result, $expected) | |
| requestProvider () | |
| responseProvider () | |
Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| addMockedRequest (RequestInterface $request) | |
| assertContainsIns ($needle, $haystack, $message=null) | |
| compareHeaders ($filteredHeaders, $actualHeaders) | |
| getMockedRequests () | |
| getMockResponse ($path) | |
| getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
| setMockResponse (Client $client, $paths) | |
Protected Member Functions | |
| normalizeHeaders ($headers) | |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| static | getServer () |
| static | getServiceBuilder () |
| static | setMockBasePath ($path) |
| static | setServiceBuilder (ServiceBuilderInterface $builder) |
Data Fields inherited from Guzzle\Tests\GuzzleTestCase | |
| $mockObserver | |
Static Public Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $server |
| static | $serviceBuilder |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $mockBasePath |
Definition at line 5 of file MessageParserProvider.php.
| Guzzle\Tests\Parser\Message\MessageParserProvider::compareHttpHeaders | ( | $result, | |
| $expected | |||
| ) |
Definition at line 218 of file MessageParserProvider.php.
References Guzzle\Tests\Parser\Message\MessageParserProvider\normalizeHeaders().
Referenced by Guzzle\Tests\Parser\Message\MessageParserProvider\compareRequestResults(), and Guzzle\Tests\Parser\Message\MessageParserProvider\compareResponseResults().
| Guzzle\Tests\Parser\Message\MessageParserProvider::compareRequestResults | ( | $result, | |
| $expected | |||
| ) |
Definition at line 165 of file MessageParserProvider.php.
References Guzzle\Tests\Parser\Message\MessageParserProvider\compareHttpHeaders().
Referenced by Guzzle\Tests\Parser\Message\MessageParserTest\testParsesRequests(), and Guzzle\Tests\Parser\Message\PeclHttpMessageParserTest\testParsesRequests().
| Guzzle\Tests\Parser\Message\MessageParserProvider::compareResponseResults | ( | $result, | |
| $expected | |||
| ) |
Definition at line 180 of file MessageParserProvider.php.
References Guzzle\Tests\Parser\Message\MessageParserProvider\compareHttpHeaders().
Referenced by Guzzle\Tests\Parser\Message\MessageParserTest\testParsesResponses(), and Guzzle\Tests\Parser\Message\PeclHttpMessageParserTest\testParsesResponses().
|
protected |
Definition at line 195 of file MessageParserProvider.php.
Referenced by Guzzle\Tests\Parser\Message\MessageParserProvider\compareHttpHeaders().
| Guzzle\Tests\Parser\Message\MessageParserProvider::requestProvider | ( | ) |
Definition at line 7 of file MessageParserProvider.php.
| Guzzle\Tests\Parser\Message\MessageParserProvider::responseProvider | ( | ) |
Definition at line 107 of file MessageParserProvider.php.