api/symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.yaml
2024-09-26 02:03:21 -07:00

19 lines
344 B
YAML

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: []