72 lines
1.8 KiB
YAML
72 lines
1.8 KiB
YAML
name: LengthTest
|
|
class_comment: '# * @author Renan Taranto <renantaranto@gmail.com>'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Length
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Length
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\InvalidArgumentException
|
|
- name: ClassMetadata
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- name: AttributeLoader
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
properties:
|
|
- name: a
|
|
visibility: private
|
|
comment: null
|
|
- name: b
|
|
visibility: private
|
|
comment: null
|
|
- name: c
|
|
visibility: private
|
|
comment: null
|
|
methods:
|
|
- name: testNormalizerCanBeSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testInvalidNormalizerThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testInvalidNormalizerObjectThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDefaultCountUnitIsUsed
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNonDefaultCountUnitCanBeSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testInvalidCountUnitThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstraintDefaultOption
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testConstraintAttributeDefaultOption
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAttributes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraints\Length
|
|
- Symfony\Component\Validator\Exception\InvalidArgumentException
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
interfaces: []
|