Open Journal Systems
3.3.0
|
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 |
@group server
Definition at line 21 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::satisfiableOnErrorProvider | ( | ) |
Definition at line 233 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::satisfiableProvider | ( | ) |
Definition at line 185 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::satisfyFailedProvider | ( | ) |
Definition at line 134 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::satisfyProvider | ( | ) |
Definition at line 83 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testAddsCallbackCollaborators | ( | ) |
Definition at line 46 of file CachePluginTest.php.
References Guzzle\Plugin\Cache\CachePlugin\getSubscribedEvents().
Guzzle\Tests\Plugin\Cache\CachePluginTest::testAddsDefaultCollaborators | ( | ) |
Definition at line 29 of file CachePluginTest.php.
References Guzzle\Plugin\Cache\CachePlugin\getSubscribedEvents().
Guzzle\Tests\Plugin\Cache\CachePluginTest::testAddsDefaultStorage | ( | ) |
Definition at line 23 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testAutoPurgesRequests | ( | ) |
Definition at line 428 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testCachesResponsesWhenCacheable | ( | ) |
Definition at line 399 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testCanPassCacheAsOnlyArgumentToConstructor | ( | ) |
Definition at line 56 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testChecksIfResponseCanSatisfyFailedRequest | ( | $request, | |
$response, | |||
$can | |||
) |
@dataProvider satisfyFailedProvider
Definition at line 161 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testChecksIfResponseCanSatisfyRequest | ( | $request, | |
$response, | |||
$can, | |||
$revalidates | |||
) |
@dataProvider satisfyProvider
Definition at line 109 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testDoesNothingWhenRequestIsNotCacheable | ( | ) |
Definition at line 168 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnError | ( | $requestCanCache, | |
$requestHeaders, | |||
$cacheResponse | |||
) |
@dataProvider unsatisfiableOnErrorProvider
Definition at line 353 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnException | ( | $requestCanCache, | |
$requestHeaders, | |||
$responseParts | |||
) |
@dataProvider unsatisfiableOnErrorProvider
Definition at line 377 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testInjectsSatisfiableResponses | ( | $response | ) |
@dataProvider satisfiableProvider
Definition at line 200 of file CachePluginTest.php.
References Guzzle\Common\Version\VERSION.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testInjectsSatisfiableResponsesOnError | ( | $cacheResponse | ) |
@dataProvider satisfiableOnErrorProvider
Definition at line 249 of file CachePluginTest.php.
References Guzzle\Common\Version\VERSION.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testInjectsSatisfiableResponsesOnException | ( | $cacheResponse | ) |
@dataProvider satisfiableOnErrorProvider
Definition at line 284 of file CachePluginTest.php.
References Guzzle\Common\Version\VERSION.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testPurgesRequests | ( | ) |
Definition at line 417 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testUsesCreatedCacheStorage | ( | ) |
Definition at line 62 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::testUsesProvidedOptions | ( | ) |
Definition at line 70 of file CachePluginTest.php.
Guzzle\Tests\Plugin\Cache\CachePluginTest::unsatisfiableOnErrorProvider | ( | ) |
Definition at line 324 of file CachePluginTest.php.