|
Open Journal Systems
3.3.0
|
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 |
Definition at line 12 of file OperationTest.php.
|
protected |
Definition at line 286 of file OperationTest.php.
Referenced by Guzzle\Tests\Service\Description\OperationTest\testContainsApiErrorInformation(), and Guzzle\Tests\Service\Description\OperationTest\testInfersResponseType().
|
protected |
Definition at line 136 of file OperationTest.php.
Referenced by Guzzle\Tests\Service\Description\OperationTest\testDeterminesIfHasParam(), and Guzzle\Tests\Service\Description\OperationTest\testReturnsParamNames().
|
static |
Definition at line 14 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testAddsNameToParametersIfNeeded | ( | ) |
Definition at line 184 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testAllowsConcreteCommands | ( | ) |
Definition at line 83 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testCanBuildUpCommands | ( | ) |
Definition at line 147 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testCanRemoveParams | ( | ) |
Definition at line 175 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testContainsApiErrorInformation | ( | ) |
Definition at line 190 of file OperationTest.php.
References Guzzle\Tests\Service\Description\OperationTest\getOperation().
| Guzzle\Tests\Service\Description\OperationTest::testConvertsToArray | ( | ) |
Definition at line 97 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testDeterminesIfHasParam | ( | ) |
Definition at line 123 of file OperationTest.php.
References Guzzle\Tests\Service\Description\OperationTest\getTestCommand().
| Guzzle\Tests\Service\Description\OperationTest::testHasAdditionalParameters | ( | ) |
Definition at line 266 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testHasData | ( | ) |
Definition at line 210 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testHasNotes | ( | ) |
Definition at line 202 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testHasResponseType | ( | ) |
Definition at line 255 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testHasServiceDescription | ( | ) |
Definition at line 226 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testInfersResponseType | ( | ) |
Definition at line 241 of file OperationTest.php.
References Guzzle\Tests\Service\Description\OperationTest\getOperation().
| Guzzle\Tests\Service\Description\OperationTest::testOperationIsDataObject | ( | ) |
Definition at line 19 of file OperationTest.php.
| Guzzle\Tests\Service\Description\OperationTest::testReturnsParamNames | ( | ) |
Definition at line 130 of file OperationTest.php.
References Guzzle\Tests\Service\Description\OperationTest\getTestCommand().
| Guzzle\Tests\Service\Description\OperationTest::testValidatesResponseType | ( | ) |
@expectedException Guzzle\Common\Exception\InvalidArgumentException
Definition at line 236 of file OperationTest.php.