Open Journal Systems  3.3.0
Guzzle\Tests\Service\Command\OperationResponseParserTest Class Reference
Inheritance diagram for Guzzle\Tests\Service\Command\OperationResponseParserTest:
Guzzle\Tests\GuzzleTestCase

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
 

Detailed Description

See also
Guzzle\Service\Command\OperationResponseParser
Guzzle\Service\Command\CreateResponseClassEvent

Definition at line 21 of file OperationResponseParserTest.php.

Member Function Documentation

◆ getDescription()

◆ testAdditionalPropertiesDisabledDiscardsData()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testAdditionalPropertiesDisabledDiscardsData ( )

◆ testAdditionalPropertiesWithRefAreResolved()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testAdditionalPropertiesWithRefAreResolved ( )

◆ testAllowsModelProcessingToBeDisabled()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testAllowsModelProcessingToBeDisabled ( )

◆ testCanAddListenerToParseDomainObjects()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testCanAddListenerToParseDomainObjects ( )

◆ testCanInjectModelSchemaIntoModels()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testCanInjectModelSchemaIntoModels ( )

◆ testCreatesCustomResponseClassInterface()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testCreatesCustomResponseClassInterface ( )

◆ testDoesNotParseXmlWhenNotUsingXmlVisitor()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testDoesNotParseXmlWhenNotUsingXmlVisitor ( )

◆ testEnsuresResponseClassExists()

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().

◆ testEnsuresResponseClassImplementsResponseClassInterface()

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().

◆ testHasVisitors()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testHasVisitors ( )

Definition at line 23 of file OperationResponseParserTest.php.

◆ testSkipsUnkownModels()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testSkipsUnkownModels ( )

◆ testUsesParentParser()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testUsesParentParser ( )

Definition at line 31 of file OperationResponseParserTest.php.

References $op.

◆ testVisitsAdditionalProperties()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsAdditionalProperties ( )

◆ testVisitsLocations()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsLocations ( )

◆ testVisitsLocationsForJsonResponse()

Guzzle\Tests\Service\Command\OperationResponseParserTest::testVisitsLocationsForJsonResponse ( )

The documentation for this class was generated from the following file: