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

24 lines
598 B
YAML

name: RelaySessionHandlerTest
class_comment: '# * @requires extension relay
# *
# * @group integration'
dependencies:
- name: Relay
type: class
source: Relay\Relay
- name: AbstractRedisSessionHandlerTestCase
type: class
source: Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\AbstractRedisSessionHandlerTestCase
properties: []
methods:
- name: createRedisClient
visibility: protected
parameters:
- name: host
comment: null
traits:
- Relay\Relay
- Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\AbstractRedisSessionHandlerTestCase
interfaces: []