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

17 lines
296 B
YAML
Raw Permalink Normal View History

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