|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| setup () | |
| testAllowsForJsonBasedArrayParamsFunctionalTest () | |
| testCanAddModels () | |
| testCanAddOperations () | |
| testCanUseBasePath () | |
| testConstructor () | |
| testContainsModels () | |
| testFactoryDelegatesToConcreteFactories () | |
| testHasAttributes () | |
| testHasBaseUrl () | |
| testHasToArray () | |
| testIsSerializable () | |
| testModelsHaveNames () | |
| testPersistsCustomAttributes () | |
| testReturnsNullWhenRetrievingMissingOperation () | |
| testSerializesParameters () | |
| testValidatesOperationTypes () | |
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 Attributes | |
| $serviceData | |
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 |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $mockBasePath |
Definition at line 13 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::setup | ( | ) |
Definition at line 17 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testAllowsForJsonBasedArrayParamsFunctionalTest | ( | ) |
Definition at line 72 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testCanAddModels | ( | ) |
Definition at line 118 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testCanAddOperations | ( | ) |
Definition at line 190 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testCanUseBasePath | ( | ) |
Definition at line 216 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testConstructor | ( | ) |
Definition at line 43 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testContainsModels | ( | ) |
Definition at line 100 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testFactoryDelegatesToConcreteFactories | ( | ) |
Definition at line 37 of file ServiceDescriptionTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testHasAttributes | ( | ) |
Definition at line 126 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testHasBaseUrl | ( | ) |
Definition at line 208 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testHasToArray | ( | ) |
Definition at line 171 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testIsSerializable | ( | ) |
Definition at line 51 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testModelsHaveNames | ( | ) |
Definition at line 222 of file ServiceDescriptionTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testPersistsCustomAttributes | ( | ) |
Definition at line 150 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testReturnsNullWhenRetrievingMissingOperation | ( | ) |
Definition at line 184 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testSerializesParameters | ( | ) |
Definition at line 59 of file ServiceDescriptionTest.php.
| Guzzle\Tests\Service\Description\ServiceDescriptionTest::testValidatesOperationTypes | ( | ) |
@expectedException Guzzle\Common\Exception\InvalidArgumentException
Definition at line 201 of file ServiceDescriptionTest.php.
|
protected |
Definition at line 15 of file ServiceDescriptionTest.php.