27 lines
701 B
YAML
27 lines
701 B
YAML
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: []
|