api/symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.yaml

17 lines
303 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []