api/symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.yaml

28 lines
633 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: AbstractRedisStoreTestCase
class_comment: null
dependencies:
- name: Relay
type: class
source: Relay\Relay
- name: PersistingStoreInterface
type: class
source: Symfony\Component\Semaphore\PersistingStoreInterface
- name: RedisStore
type: class
source: Symfony\Component\Semaphore\Store\RedisStore
properties: []
methods:
- name: getRedisConnection
visibility: protected
parameters: []
comment: null
- name: getStore
visibility: public
parameters: []
comment: null
traits:
- Relay\Relay
- Symfony\Component\Semaphore\PersistingStoreInterface
- Symfony\Component\Semaphore\Store\RedisStore
interfaces: []