Open Journal Systems  3.3.0
Guzzle\Tests\Service\Description\OperationTest Class Reference
Inheritance diagram for Guzzle\Tests\Service\Description\OperationTest:
Guzzle\Tests\GuzzleTestCase

Public Member Functions

 testAddsNameToParametersIfNeeded ()
 
 testAllowsConcreteCommands ()
 
 testCanBuildUpCommands ()
 
 testCanRemoveParams ()
 
 testContainsApiErrorInformation ()
 
 testConvertsToArray ()
 
 testDeterminesIfHasParam ()
 
 testHasAdditionalParameters ()
 
 testHasData ()
 
 testHasNotes ()
 
 testHasResponseType ()
 
 testHasServiceDescription ()
 
 testInfersResponseType ()
 
 testOperationIsDataObject ()
 
 testReturnsParamNames ()
 
 testValidatesResponseType ()
 
- 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)
 

Static Public Member Functions

static strtoupper ($string)
 
- Static Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase
static getServer ()
 
static getServiceBuilder ()
 
static setMockBasePath ($path)
 
static setServiceBuilder (ServiceBuilderInterface $builder)
 

Protected Member Functions

 getOperation ()
 
 getTestCommand ()
 
- Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase
 hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber)
 

Additional Inherited Members

- 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\Description\Operation

Definition at line 12 of file OperationTest.php.

Member Function Documentation

◆ getOperation()

Guzzle\Tests\Service\Description\OperationTest::getOperation ( )
protected

◆ getTestCommand()

Guzzle\Tests\Service\Description\OperationTest::getTestCommand ( )
protected

◆ strtoupper()

static Guzzle\Tests\Service\Description\OperationTest::strtoupper (   $string)
static

Definition at line 14 of file OperationTest.php.

◆ testAddsNameToParametersIfNeeded()

Guzzle\Tests\Service\Description\OperationTest::testAddsNameToParametersIfNeeded ( )

Definition at line 184 of file OperationTest.php.

◆ testAllowsConcreteCommands()

Guzzle\Tests\Service\Description\OperationTest::testAllowsConcreteCommands ( )

Definition at line 83 of file OperationTest.php.

◆ testCanBuildUpCommands()

Guzzle\Tests\Service\Description\OperationTest::testCanBuildUpCommands ( )

Definition at line 147 of file OperationTest.php.

◆ testCanRemoveParams()

Guzzle\Tests\Service\Description\OperationTest::testCanRemoveParams ( )

Definition at line 175 of file OperationTest.php.

◆ testContainsApiErrorInformation()

Guzzle\Tests\Service\Description\OperationTest::testContainsApiErrorInformation ( )

◆ testConvertsToArray()

Guzzle\Tests\Service\Description\OperationTest::testConvertsToArray ( )

Definition at line 97 of file OperationTest.php.

◆ testDeterminesIfHasParam()

Guzzle\Tests\Service\Description\OperationTest::testDeterminesIfHasParam ( )

◆ testHasAdditionalParameters()

Guzzle\Tests\Service\Description\OperationTest::testHasAdditionalParameters ( )

Definition at line 266 of file OperationTest.php.

◆ testHasData()

Guzzle\Tests\Service\Description\OperationTest::testHasData ( )

Definition at line 210 of file OperationTest.php.

◆ testHasNotes()

Guzzle\Tests\Service\Description\OperationTest::testHasNotes ( )

Definition at line 202 of file OperationTest.php.

◆ testHasResponseType()

Guzzle\Tests\Service\Description\OperationTest::testHasResponseType ( )

Definition at line 255 of file OperationTest.php.

◆ testHasServiceDescription()

Guzzle\Tests\Service\Description\OperationTest::testHasServiceDescription ( )

Definition at line 226 of file OperationTest.php.

◆ testInfersResponseType()

Guzzle\Tests\Service\Description\OperationTest::testInfersResponseType ( )

◆ testOperationIsDataObject()

Guzzle\Tests\Service\Description\OperationTest::testOperationIsDataObject ( )

Definition at line 19 of file OperationTest.php.

◆ testReturnsParamNames()

Guzzle\Tests\Service\Description\OperationTest::testReturnsParamNames ( )

◆ testValidatesResponseType()

Guzzle\Tests\Service\Description\OperationTest::testValidatesResponseType ( )

@expectedException Guzzle\Common\Exception\InvalidArgumentException

Definition at line 236 of file OperationTest.php.


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