82 lines
2 KiB
YAML
82 lines
2 KiB
YAML
name: CidrTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Cidr
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Cidr
|
|
- name: Ip
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Ip
|
|
- name: ConstraintDefinitionException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- 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: testForAll
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testForV4
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testForV6
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithInvalidVersion
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithValidMinMaxValues
|
|
visibility: public
|
|
parameters:
|
|
- name: ipVersion
|
|
- name: netmaskMin
|
|
- name: netmaskMax
|
|
comment: '# * @dataProvider getValidMinMaxValues'
|
|
- name: testWithInvalidMinMaxValues
|
|
visibility: public
|
|
parameters:
|
|
- name: ipVersion
|
|
- name: netmaskMin
|
|
- name: netmaskMax
|
|
comment: '# * @dataProvider getInvalidMinMaxValues'
|
|
- name: getInvalidMinMaxValues
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getValidMinMaxValues
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAttributes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraints\Cidr
|
|
- Symfony\Component\Validator\Constraints\Ip
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
interfaces: []
|