Open Journal Systems
3.3.0
|
Protected Member Functions | |
getClient () | |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
![]() | |
addMockedRequest (RequestInterface $request) | |
assertContainsIns ($needle, $haystack, $message=null) | |
compareHeaders ($filteredHeaders, $actualHeaders) | |
getMockedRequests () | |
getMockResponse ($path) | |
getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
setMockResponse (Client $client, $paths) | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
static | $mockBasePath |
Definition at line 8 of file AbstractCommandTest.php.
|
protected |
Definition at line 10 of file AbstractCommandTest.php.
References Guzzle\Service\Description\ServiceDescription\factory().
Referenced by Guzzle\Tests\Service\Command\CommandTest\testCanSetResultManually(), Guzzle\Tests\Service\Command\CommandTest\testCloneMakesNewRequest(), Guzzle\Tests\Service\Command\CommandTest\testCommandsAllowsCustomRequestHeaders(), Guzzle\Tests\Service\Command\CommandTest\testCommandsUsesOperation(), Guzzle\Tests\Service\Command\CommandTest\testConvertsInvalidJsonResponsesToArray(), Guzzle\Tests\Service\Command\CommandTest\testConvertsJsonResponsesToArray(), Guzzle\Tests\Service\Command\CommandTest\testExecute(), Guzzle\Tests\Service\Command\CommandTest\testGetResponseExecutesCommandsWhenNeeded(), Guzzle\Tests\Service\Command\CommandTest\testGetResultExecutesCommandsWhenNeeded(), Guzzle\Tests\Service\Command\CommandTest\testHasOnCompleteMethod(), Guzzle\Tests\Service\Command\CommandTest\testIsInvokable(), Guzzle\Tests\Service\Command\CommandTest\testOnCompleteMustBeCallable(), Guzzle\Tests\Service\Command\CommandTest\testProcessResponseIsNotXml(), and Guzzle\Tests\Service\Command\CommandTest\testSetClient().