87 lines
2.3 KiB
YAML
87 lines
2.3 KiB
YAML
name: CompositeTest
|
|
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Constraint
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraint
|
|
- name: Composite
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Composite
|
|
- name: NotBlank
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotBlank
|
|
- name: NotNull
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotNull
|
|
- name: Valid
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Valid
|
|
- name: ConstraintDefinitionException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
properties: []
|
|
methods:
|
|
- name: getCompositeOption
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: getDefaultOption
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstraintHasDefaultGroup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNestedCompositeConstraintHasDefaultGroup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMergeNestedGroupsIfNoExplicitParentGroup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetImplicitNestedGroupsIfExplicitParentGroup
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExplicitNestedGroupsMustBeSubsetOfExplicitParentGroups
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFailIfExplicitNestedGroupsNotSubsetOfExplicitParentGroups
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testImplicitGroupNamesAreForwarded
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSingleConstraintsAccepted
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFailIfNoConstraint
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFailIfNoConstraintObject
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testValidCantBeNested
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\Constraints\Composite
|
|
- Symfony\Component\Validator\Constraints\NotBlank
|
|
- Symfony\Component\Validator\Constraints\NotNull
|
|
- Symfony\Component\Validator\Constraints\Valid
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
interfaces: []
|