|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| testAllCallablesMustBePresent () | |
| testCachesDataUsingCallables () | |
| testChecksIfCacheContainsKeys () | |
| testDeletesFromCacheByKey () | |
| testEnsuresCallablesArePresent () | |
Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| 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() | |
Data Fields inherited from Guzzle\Tests\GuzzleTestCase | |
| $mockObserver | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| static | getServer () |
| static | getServiceBuilder () |
| static | setMockBasePath ($path) |
| static | setServiceBuilder (ServiceBuilderInterface $builder) |
Static Public Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $server |
| static | $serviceBuilder |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| 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().