Open Journal Systems
3.3.0
|
Public Member Functions | |
testHasNext () | |
testReturnsFalse () | |
testReturnsFalseWhenNullAndNoNext () | |
testReturnsNextValueWhenNullOrTrue () | |
testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain () | |
testReturnsZeroWhenNoNextAndGotNull () | |
testSkipsOtherDecisionsInChainWhenOneReturnsTrue () | |
![]() | |
addMockedRequest (RequestInterface $request) | |
assertContainsIns ($needle, $haystack, $message=null) | |
compareHeaders ($filteredHeaders, $actualHeaders) | |
getMockedRequests () | |
getMockResponse ($path) | |
getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
setMockResponse (Client $client, $paths) | |
Protected Member Functions | |
getMockStrategy () | |
![]() | |
hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
![]() | |
static | getServer () |
static | getServiceBuilder () |
static | setMockBasePath ($path) |
static | setServiceBuilder (ServiceBuilderInterface $builder) |
![]() | |
$mockObserver | |
![]() | |
static | $server |
static | $serviceBuilder |
![]() | |
static | $mockBasePath |
Definition at line 12 of file AbstractBackoffStrategyTest.php.
|
protected |
Definition at line 14 of file AbstractBackoffStrategyTest.php.
Referenced by Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsFalse(), Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsNextValueWhenNullOrTrue(), and Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsZeroWhenNoNextAndGotNull().
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testHasNext | ( | ) |
Definition at line 59 of file AbstractBackoffStrategyTest.php.
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalse | ( | ) |
Definition at line 29 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalseWhenNullAndNoNext | ( | ) |
Definition at line 52 of file AbstractBackoffStrategyTest.php.
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsNextValueWhenNullOrTrue | ( | ) |
Definition at line 37 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain | ( | ) |
Definition at line 79 of file AbstractBackoffStrategyTest.php.
References Guzzle\Plugin\Backoff\AbstractBackoffStrategy\setNext().
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenNoNextAndGotNull | ( | ) |
Definition at line 21 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testSkipsOtherDecisionsInChainWhenOneReturnsTrue | ( | ) |
Definition at line 67 of file AbstractBackoffStrategyTest.php.
References Guzzle\Plugin\Backoff\AbstractBackoffStrategy\setNext().