api/symfony/Component/Form/Tests/FormErrorIteratorTest.yaml

54 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: FormErrorIteratorTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: EventDispatcher
type: class
source: Symfony\Component\EventDispatcher\EventDispatcher
- name: FormBuilder
type: class
source: Symfony\Component\Form\FormBuilder
- name: FormError
type: class
source: Symfony\Component\Form\FormError
- name: FormErrorIterator
type: class
source: Symfony\Component\Form\FormErrorIterator
- name: FormFactory
type: class
source: Symfony\Component\Form\FormFactory
- name: FormRegistry
type: class
source: Symfony\Component\Form\FormRegistry
- name: ResolvedFormTypeFactory
type: class
source: Symfony\Component\Form\ResolvedFormTypeFactory
- name: ConstraintViolation
type: class
source: Symfony\Component\Validator\ConstraintViolation
properties: []
methods:
- name: testFindByCodes
visibility: public
parameters:
- name: code
- name: violationsCount
comment: '# * @dataProvider findByCodesProvider'
- name: findByCodesProvider
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\EventDispatcher\EventDispatcher
- Symfony\Component\Form\FormBuilder
- Symfony\Component\Form\FormError
- Symfony\Component\Form\FormErrorIterator
- Symfony\Component\Form\FormFactory
- Symfony\Component\Form\FormRegistry
- Symfony\Component\Form\ResolvedFormTypeFactory
- Symfony\Component\Validator\ConstraintViolation
interfaces: []