api/symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.yaml

28 lines
701 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: RedisProxyStoreFactoryTest
class_comment: '# * @requires extension redis'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: RedisProxy
type: class
source: Symfony\Component\Cache\Traits\RedisProxy
- name: RedisStore
type: class
source: Symfony\Component\Lock\Store\RedisStore
- name: StoreFactory
type: class
source: Symfony\Component\Lock\Store\StoreFactory
properties: []
methods:
- name: testCreateStore
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Cache\Traits\RedisProxy
- Symfony\Component\Lock\Store\RedisStore
- Symfony\Component\Lock\Store\StoreFactory
interfaces: []