TestMockCache::mockStore
Callback for the cache get method.
Signature
public function mockStore(string
$value,
string
$id )
Parameters
-
$value
- The value to store.
-
$id
- The name of the cache key.
Returns
- mixed
- The value of the key or null if it does not exist.