|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| testAdditionalPropertiesDisabledDiscardsData () | |
| testAdditionalPropertiesWithRefAreResolved () | |
| testAllowsModelProcessingToBeDisabled () | |
| testCanAddListenerToParseDomainObjects () | |
| testCanInjectModelSchemaIntoModels () | |
| testCreatesCustomResponseClassInterface () | |
| testDoesNotParseXmlWhenNotUsingXmlVisitor () | |
| testEnsuresResponseClassExists () | |
| testEnsuresResponseClassImplementsResponseClassInterface () | |
| testHasVisitors () | |
| testSkipsUnkownModels () | |
| testUsesParentParser () | |
| testVisitsAdditionalProperties () | |
| testVisitsLocations () | |
| testVisitsLocationsForJsonResponse () | |
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 | |
| getDescription () | |
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 21 of file OperationResponseParserTest.php.
|
protected |
Definition at line 277 of file OperationResponseParserTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
Referenced by Guzzle\Tests\Service\Command\OperationResponseParserTest\testAllowsModelProcessingToBeDisabled(), Guzzle\Tests\Service\Command\OperationResponseParserTest\testCanInjectModelSchemaIntoModels(), Guzzle\Tests\Service\Command\OperationResponseParserTest\testSkipsUnkownModels(), Guzzle\Tests\Service\Command\OperationResponseParserTest\testVisitsLocations(), and Guzzle\Tests\Service\Command\OperationResponseParserTest\testVisitsLocationsForJsonResponse().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testAdditionalPropertiesDisabledDiscardsData | ( | ) |
@group issue-399 https://github.com/guzzle/guzzle/issues/399
Definition at line 182 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testAdditionalPropertiesWithRefAreResolved | ( | ) |
@group issue-399 https://github.com/guzzle/guzzle/issues/501
Definition at line 314 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testAllowsModelProcessingToBeDisabled | ( | ) |
Definition at line 85 of file OperationResponseParserTest.php.
References $op, Guzzle\Tests\Service\Command\OperationResponseParserTest\getDescription(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testCanAddListenerToParseDomainObjects | ( | ) |
Definition at line 294 of file OperationResponseParserTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testCanInjectModelSchemaIntoModels | ( | ) |
Definition at line 102 of file OperationResponseParserTest.php.
References $op, Guzzle\Tests\Service\Command\OperationResponseParserTest\getDescription(), and Guzzle\Service\Command\LocationVisitor\VisitorFlyweight\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testCreatesCustomResponseClassInterface | ( | ) |
Definition at line 228 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testDoesNotParseXmlWhenNotUsingXmlVisitor | ( | ) |
Definition at line 116 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testEnsuresResponseClassExists | ( | ) |
@expectedException \Guzzle\Service\Exception\ResponseClassException @expectedExceptionMessage must exist
Definition at line 247 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testEnsuresResponseClassImplementsResponseClassInterface | ( | ) |
@expectedException \Guzzle\Service\Exception\ResponseClassException @expectedExceptionMessage and implement
Definition at line 264 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testHasVisitors | ( | ) |
Definition at line 23 of file OperationResponseParserTest.php.
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testSkipsUnkownModels | ( | ) |
Definition at line 74 of file OperationResponseParserTest.php.
References $op, Guzzle\Tests\Service\Command\OperationResponseParserTest\getDescription(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testUsesParentParser | ( | ) |
Definition at line 31 of file OperationResponseParserTest.php.
References $op.
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsAdditionalProperties | ( | ) |
Definition at line 140 of file OperationResponseParserTest.php.
References $op, Guzzle\Service\Description\ServiceDescription\factory(), and Guzzle\Service\Command\OperationResponseParser\getInstance().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsLocations | ( | ) |
Definition at line 42 of file OperationResponseParserTest.php.
References $op, and Guzzle\Tests\Service\Command\OperationResponseParserTest\getDescription().
| Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsLocationsForJsonResponse | ( | ) |
Definition at line 56 of file OperationResponseParserTest.php.
References $op, Guzzle\Tests\Service\Command\OperationResponseParserTest\getDescription(), and Guzzle\Service\Command\OperationResponseParser\getInstance().