Open Journal Systems
3.3.0
|
Public Member Functions | |
tearDown () | |
testAddingRequestsAddsToQueue () | |
testConstructorSetsMaxHandles () | |
testConstructorSetsSelectTimeout () | |
testResetClearsState () | |
testSendWillSendQueuedRequestsFirst () | |
testTrimsDownMaxHandleCount () | |
![]() | |
addMockedRequest (RequestInterface $request) | |
assertContainsIns ($needle, $haystack, $message=null) | |
compareHeaders ($filteredHeaders, $actualHeaders) | |
getMockedRequests () | |
getMockResponse ($path) | |
getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
setMockResponse (Client $client, $paths) | |
Data Fields | |
const | MAX_HANDLES = 2 |
const | SELECT_TIMEOUT = 23.1 |
![]() | |
$mockObserver | |
Protected Member Functions | |
setUp () | |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
static | $mockBasePath |
@group server
Definition at line 13 of file CurlMultiProxyTest.php.
|
protected |
Definition at line 25 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::tearDown | ( | ) |
Definition at line 31 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testAddingRequestsAddsToQueue | ( | ) |
Definition at line 48 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testConstructorSetsMaxHandles | ( | ) |
Definition at line 36 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testConstructorSetsSelectTimeout | ( | ) |
Definition at line 42 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testResetClearsState | ( | ) |
Definition at line 60 of file CurlMultiProxyTest.php.
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testSendWillSendQueuedRequestsFirst | ( | ) |
Definition at line 68 of file CurlMultiProxyTest.php.
References Guzzle\Http\Curl\CurlMultiInterface\ADD_REQUEST, and Guzzle\Tests\GuzzleTestCase\getServer().
Guzzle\Tests\Http\Curl\CurlMultiProxyTest::testTrimsDownMaxHandleCount | ( | ) |
Definition at line 95 of file CurlMultiProxyTest.php.
References Guzzle\Tests\GuzzleTestCase\getServer().
const Guzzle\Tests\Http\Curl\CurlMultiProxyTest::MAX_HANDLES = 2 |
Definition at line 17 of file CurlMultiProxyTest.php.
const Guzzle\Tests\Http\Curl\CurlMultiProxyTest::SELECT_TIMEOUT = 23.1 |
Definition at line 15 of file CurlMultiProxyTest.php.