platform/api/symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.yaml

20 lines
344 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FormFieldTestCase
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
properties: []
methods:
- name: createNode
visibility: protected
parameters:
- name: tag
- name: value
- name: attributes
default: '[]'
comment: null
traits:
- PHPUnit\Framework\TestCase
interfaces: []