api/symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.yaml

60 lines
1.8 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: AddSecurityVotersPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AddSecurityVotersPass
type: class
source: Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Definition
type: class
source: Symfony\Component\DependencyInjection\Definition
- name: LogicException
type: class
source: Symfony\Component\DependencyInjection\Exception\LogicException
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
- name: AccessDecisionManager
type: class
source: Symfony\Component\Security\Core\Authorization\AccessDecisionManager
- name: Voter
type: class
source: Symfony\Component\Security\Core\Authorization\Voter\Voter
properties: []
methods:
- name: testNoVoters
visibility: public
parameters: []
comment: null
- name: testThatSecurityVotersAreProcessedInPriorityOrder
visibility: public
parameters: []
comment: null
- name: testThatVotersAreTraceableInDebugMode
visibility: public
parameters: []
comment: null
- name: testThatVotersAreNotTraceableWithoutDebugMode
visibility: public
parameters: []
comment: null
- name: testVoterMissingInterface
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\DependencyInjection\Exception\LogicException
- Symfony\Component\DependencyInjection\Reference
- Symfony\Component\Security\Core\Authorization\AccessDecisionManager
- Symfony\Component\Security\Core\Authorization\Voter\Voter
interfaces: []