59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
name: ConstraintViolationTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: ConstraintViolation
|
|
type: class
|
|
source: Symfony\Component\Validator\ConstraintViolation
|
|
- name: CustomArrayObject
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\CustomArrayObject
|
|
- name: ToString
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\ToString
|
|
properties: []
|
|
methods:
|
|
- name: testToStringHandlesArrays
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testToStringHandlesArrayRoots
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testToStringHandlesCodes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testToStringOmitsEmptyCodes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMessageCanBeStringableObject
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMessageCannotBeArray
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMessageObjectMustBeStringable
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRetrievedPropertyPathIsAStringEvenIfNotSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRetrievedMessageTemplateIsAStringEvenIfNotSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\ConstraintViolation
|
|
- Symfony\Component\Validator\Tests\Fixtures\CustomArrayObject
|
|
- Symfony\Component\Validator\Tests\Fixtures\ToString
|
|
interfaces: []
|