platform/api/symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSessionDomainConstraintPassTest.yaml

77 lines
2.2 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: AddSessionDomainConstraintPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ContainerInterface
type: class
source: Psr\Container\ContainerInterface
- name: FrameworkExtension
type: class
source: Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension
- name: AddSessionDomainConstraintPass
type: class
source: Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSessionDomainConstraintPass
- name: SecurityExtension
type: class
source: Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension
- name: Alias
type: class
source: Symfony\Component\DependencyInjection\Alias
- name: Container
type: class
source: Symfony\Component\DependencyInjection\Container
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Definition
type: class
source: Symfony\Component\DependencyInjection\Definition
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
properties: []
methods:
- name: testSessionCookie
visibility: public
parameters: []
comment: null
- name: testSessionNoDomain
visibility: public
parameters: []
comment: null
- name: testSessionNoSecure
visibility: public
parameters: []
comment: null
- name: testSessionNoSecureAndNoDomain
visibility: public
parameters: []
comment: null
- name: testNoSession
visibility: public
parameters: []
comment: null
- name: testSessionAutoSecure
visibility: public
parameters: []
comment: null
- name: createContainer
visibility: private
parameters:
- name: sessionStorageOptions
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Container\ContainerInterface
- Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension
- Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSessionDomainConstraintPass
- Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension
- Symfony\Component\DependencyInjection\Alias
- Symfony\Component\DependencyInjection\Container
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\HttpFoundation\Request
interfaces: []