platform/api/symfony/Component/Validator/Tests/Constraints/AtLeastOneOfTest.yaml

32 lines
924 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: AtLeastOneOfTest
class_comment: "# * @author Przemys\u0142aw Bogusz <przemyslaw.bogusz@tubotax.pl>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AtLeastOneOf
type: class
source: Symfony\Component\Validator\Constraints\AtLeastOneOf
- name: Valid
type: class
source: Symfony\Component\Validator\Constraints\Valid
- name: ConstraintDefinitionException
type: class
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
properties: []
methods:
- name: testRejectNonConstraints
visibility: public
parameters: []
comment: null
- name: testRejectValidConstraint
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Validator\Constraints\AtLeastOneOf
- Symfony\Component\Validator\Constraints\Valid
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
interfaces: []