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

16 lines
296 B
YAML

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: []