75 lines
1.9 KiB
YAML
75 lines
1.9 KiB
YAML
name: WordCountTest
|
|
class_comment: '# * @requires extension intl'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: WordCount
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\WordCount
|
|
- name: ConstraintDefinitionException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- name: MissingOptionsException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\MissingOptionsException
|
|
- name: ClassMetadata
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- name: AttributeLoader
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
properties: []
|
|
methods:
|
|
- name: testLocaleIsSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOnlyMinIsSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOnlyMaxIsSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMinIsNegative
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMinIsZero
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaxIsNegative
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaxIsZero
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNothingIsSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaxIsLessThanMin
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMinAndMaxAreEquals
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAttributes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraints\WordCount
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- Symfony\Component\Validator\Exception\MissingOptionsException
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
interfaces: []
|