api/symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.yaml
2024-09-26 02:03:21 -07:00

27 lines
633 B
YAML

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: []