78 lines
1.7 KiB
YAML
78 lines
1.7 KiB
YAML
name: AbstractRedisStoreTestCase
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Relay
|
|
type: class
|
|
source: Relay\Relay
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Lock\Exception\InvalidArgumentException
|
|
- name: LockConflictedException
|
|
type: class
|
|
source: Symfony\Component\Lock\Exception\LockConflictedException
|
|
- name: Key
|
|
type: class
|
|
source: Symfony\Component\Lock\Key
|
|
- name: PersistingStoreInterface
|
|
type: class
|
|
source: Symfony\Component\Lock\PersistingStoreInterface
|
|
- name: RedisStore
|
|
type: class
|
|
source: Symfony\Component\Lock\Store\RedisStore
|
|
- name: ExpiringStoreTestTrait
|
|
type: class
|
|
source: ExpiringStoreTestTrait
|
|
properties: []
|
|
methods:
|
|
- name: getClockDelay
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: getRedisConnection
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: getStore
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBackwardCompatibility
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: redis
|
|
comment: null
|
|
- name: save
|
|
visibility: public
|
|
parameters:
|
|
- name: key
|
|
comment: null
|
|
- name: exists
|
|
visibility: public
|
|
parameters:
|
|
- name: key
|
|
comment: null
|
|
- name: evaluate
|
|
visibility: private
|
|
parameters:
|
|
- name: script
|
|
- name: resource
|
|
- name: args
|
|
comment: null
|
|
- name: getUniqueToken
|
|
visibility: private
|
|
parameters:
|
|
- name: key
|
|
comment: null
|
|
traits:
|
|
- Relay\Relay
|
|
- Symfony\Component\Lock\Exception\InvalidArgumentException
|
|
- Symfony\Component\Lock\Exception\LockConflictedException
|
|
- Symfony\Component\Lock\Key
|
|
- Symfony\Component\Lock\PersistingStoreInterface
|
|
- Symfony\Component\Lock\Store\RedisStore
|
|
- ExpiringStoreTestTrait
|
|
interfaces: []
|