Open Journal Systems
3.3.0
|
Protected Attributes | |
$service | |
$serviceTest | |
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
![]() | |
static | $mockBasePath |
Guzzle\Tests\Service\ClientTest::setUp | ( | ) |
Definition at line 25 of file Service/ClientTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
Guzzle\Tests\Service\ClientTest::testAllowsCustomClientParameters | ( | ) |
Definition at line 46 of file Service/ClientTest.php.
References Guzzle\Service\Client\COMMAND_PARAMS, and Guzzle\Service\Command\AbstractCommand\RESPONSE_PROCESSING.
Guzzle\Tests\Service\ClientTest::testClientAddsGlobalCommandOptions | ( | ) |
Definition at line 240 of file Service/ClientTest.php.
References Guzzle\Service\Client\COMMAND_PARAMS.
Guzzle\Tests\Service\ClientTest::testClientCreatesIterators | ( | ) |
Definition at line 196 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testClientCreatesIteratorsWithCommands | ( | ) |
Definition at line 220 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testClientCreatesIteratorsWithNoOptions | ( | ) |
Definition at line 213 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testClientHoldsInflector | ( | ) |
Definition at line 230 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testClientResetsRequestsBeforeExecutingCommands | ( | ) |
Definition at line 180 of file Service/ClientTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
Guzzle\Tests\Service\ClientTest::testCreatesCommandsUsingCommandFactory | ( | ) |
Definition at line 133 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testDescribesEvents | ( | ) |
Definition at line 71 of file Service/ClientTest.php.
References Guzzle\Service\Client\getAllEvents().
Guzzle\Tests\Service\ClientTest::testExecutesCommands | ( | ) |
Definition at line 76 of file Service/ClientTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
Guzzle\Tests\Service\ClientTest::testExecutesCommandsWithArray | ( | ) |
Definition at line 90 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testFactoryCreatesClient | ( | ) |
Definition at line 55 of file Service/ClientTest.php.
References Guzzle\Service\Client\factory().
Guzzle\Tests\Service\ClientTest::testFactoryDoesNotRequireBaseUrl | ( | ) |
Definition at line 66 of file Service/ClientTest.php.
References Guzzle\Service\Client\factory().
Guzzle\Tests\Service\ClientTest::testGetCommandAfterTwoSetDescriptions | ( | ) |
Definition at line 308 of file Service/ClientTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
Guzzle\Tests\Service\ClientTest::testMergesDefaultCommandParamsCorrectly | ( | ) |
Definition at line 259 of file Service/ClientTest.php.
References Guzzle\Service\Client\COMMAND_PARAMS.
Guzzle\Tests\Service\ClientTest::testOwnsResourceIteratorFactory | ( | ) |
Definition at line 163 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testOwnsServiceDescription | ( | ) |
Definition at line 153 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testSupportsServiceDescriptionBaseUrls | ( | ) |
Definition at line 251 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testThrowsExceptionWhenInvalidCommandIsExecuted | ( | ) |
@expectedException Guzzle\Common\Exception\InvalidArgumentException
Definition at line 110 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testThrowsExceptionWhenMissingCommand | ( | ) |
@expectedException InvalidArgumentException
Definition at line 119 of file Service/ClientTest.php.
Guzzle\Tests\Service\ClientTest::testWrapsMultipleCommandExceptions | ( | ) |
Definition at line 283 of file Service/ClientTest.php.
References Guzzle\Service\Exception\CommandTransferException\getFailedCommands(), Guzzle\Http\Exception\MultiTransferException\getFailedRequests(), Guzzle\Service\Exception\CommandTransferException\getSuccessfulCommands(), and Guzzle\Http\Exception\MultiTransferException\getSuccessfulRequests().
Guzzle\Tests\Service\ClientTest::testWrapsSingleCommandExceptions | ( | ) |
@expectedException \Guzzle\Http\Exception\BadResponseException
Definition at line 275 of file Service/ClientTest.php.
|
protected |
Definition at line 22 of file Service/ClientTest.php.
|
protected |
Definition at line 23 of file Service/ClientTest.php.