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

25 lines
598 B
YAML
Raw Normal View History

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