Open Journal Systems
3.3.0
|
Public Member Functions | |
testAllCallablesMustBePresent () | |
testCachesDataUsingCallables () | |
testChecksIfCacheContainsKeys () | |
testDeletesFromCacheByKey () | |
testEnsuresCallablesArePresent () | |
![]() | |
addMockedRequest (RequestInterface $request) | |
assertContainsIns ($needle, $haystack, $message=null) | |
compareHeaders ($filteredHeaders, $actualHeaders) | |
getMockedRequests () | |
getMockResponse ($path) | |
getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
setMockResponse (Client $client, $paths) | |
Data Fields | |
$data = array() | |
![]() | |
$mockObserver | |
Protected Member Functions | |
setUp () | |
tearDown () | |
![]() | |
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 |
Definition at line 10 of file ClosureCacheAdapterTest.php.
|
protected |
Prepares the environment before running a test.
Definition at line 27 of file ClosureCacheAdapterTest.php.
References Guzzle\Tests\Cache\ClosureCacheAdapterTest\$data.
|
protected |
Cleans up the environment after running a test.
Definition at line 55 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::testAllCallablesMustBePresent | ( | ) |
Definition at line 72 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::testCachesDataUsingCallables | ( | ) |
Definition at line 77 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::testChecksIfCacheContainsKeys | ( | ) |
Definition at line 83 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::testDeletesFromCacheByKey | ( | ) |
Definition at line 90 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::testEnsuresCallablesArePresent | ( | ) |
@expectedException InvalidArgumentException
Definition at line 65 of file ClosureCacheAdapterTest.php.
Guzzle\Tests\Cache\ClosureCacheAdapterTest::$data = array() |
Cache data for testing
Definition at line 22 of file ClosureCacheAdapterTest.php.
Referenced by Guzzle\Tests\Cache\ClosureCacheAdapterTest\setUp().