Open Journal Systems
3.3.0
|
Public Member Functions | |
testEnsuresCallableIsCallable () | |
testTransferBailsOnEmptyBatch () | |
testTransfersBatch () | |
![]() | |
addMockedRequest (RequestInterface $request) | |
assertContainsIns ($needle, $haystack, $message=null) | |
compareHeaders ($filteredHeaders, $actualHeaders) | |
getMockedRequests () | |
getMockResponse ($path) | |
getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
setMockResponse (Client $client, $paths) | |
Protected Member Functions | |
setUp () | |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Protected Attributes | |
$itemsTransferred | |
$transferStrategy | |
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
static | $mockBasePath |
Definition at line 10 of file BatchClosureTransferTest.php.
|
protected |
Definition at line 24 of file BatchClosureTransferTest.php.
References Guzzle\Tests\Batch\BatchClosureTransferTest\$itemsTransferred.
Guzzle\Tests\Batch\BatchClosureTransferTest::testEnsuresCallableIsCallable | ( | ) |
@expectedException Guzzle\Common\Exception\InvalidArgumentException
Definition at line 54 of file BatchClosureTransferTest.php.
Guzzle\Tests\Batch\BatchClosureTransferTest::testTransferBailsOnEmptyBatch | ( | ) |
Definition at line 43 of file BatchClosureTransferTest.php.
Guzzle\Tests\Batch\BatchClosureTransferTest::testTransfersBatch | ( | ) |
Definition at line 35 of file BatchClosureTransferTest.php.
|
protected |
An array for keeping track of items passed into the transfer closure
Definition at line 22 of file BatchClosureTransferTest.php.
Referenced by Guzzle\Tests\Batch\BatchClosureTransferTest\setUp().
|
protected |
The transfer fixture
Definition at line 16 of file BatchClosureTransferTest.php.