44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
name: UlidTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Ulid
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Ulid
|
|
- 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: testAttributes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testUnexpectedValidationFormat
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraints\Ulid
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
|
interfaces: []
|