api/symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.yaml
2024-09-26 02:03:21 -07:00

16 lines
303 B
YAML

name: PredisClusterSessionHandlerTest
class_comment: '# * @group integration'
dependencies:
- name: Client
type: class
source: Predis\Client
properties: []
methods:
- name: createRedisClient
visibility: protected
parameters:
- name: host
comment: null
traits:
- Predis\Client
interfaces: []