138 lines
3.4 KiB
YAML
138 lines
3.4 KiB
YAML
name: FormBuilderTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: EventDispatcher
|
|
type: class
|
|
source: Symfony\Component\EventDispatcher\EventDispatcher
|
|
- name: ButtonBuilder
|
|
type: class
|
|
source: Symfony\Component\Form\ButtonBuilder
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Form\Exception\InvalidArgumentException
|
|
- name: SubmitType
|
|
type: class
|
|
source: Symfony\Component\Form\Extension\Core\Type\SubmitType
|
|
- name: TextType
|
|
type: class
|
|
source: Symfony\Component\Form\Extension\Core\Type\TextType
|
|
- name: Form
|
|
type: class
|
|
source: Symfony\Component\Form\Form
|
|
- name: FormBuilder
|
|
type: class
|
|
source: Symfony\Component\Form\FormBuilder
|
|
- name: FormFactory
|
|
type: class
|
|
source: Symfony\Component\Form\FormFactory
|
|
- name: FormFactoryBuilder
|
|
type: class
|
|
source: Symfony\Component\Form\FormFactoryBuilder
|
|
- name: FormRegistry
|
|
type: class
|
|
source: Symfony\Component\Form\FormRegistry
|
|
- name: ResolvedFormTypeFactory
|
|
type: class
|
|
source: Symfony\Component\Form\ResolvedFormTypeFactory
|
|
- name: SubmitButtonBuilder
|
|
type: class
|
|
source: Symfony\Component\Form\SubmitButtonBuilder
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testNoSetName
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Changing the name is not allowed, otherwise the name and property
|
|
path
|
|
|
|
# * are not synchronized anymore.
|
|
|
|
# *
|
|
|
|
# * @see FormType::buildForm()'
|
|
- name: testAddWithGuessFluent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAddIsFluent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAdd
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAddIntegerName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAll
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testMaintainOrderOfLazyAndExplicitChildren
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemove
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveUnknown
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveAndGetForm
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCreateNoTypeNo
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAddButton
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetUnknown
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetExplicitType
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetGuessedType
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetFormConfigErasesReferences
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetButtonBuilderBeforeExplicitlyResolvingAllChildren
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\EventDispatcher\EventDispatcher
|
|
- Symfony\Component\Form\ButtonBuilder
|
|
- Symfony\Component\Form\Exception\InvalidArgumentException
|
|
- Symfony\Component\Form\Extension\Core\Type\SubmitType
|
|
- Symfony\Component\Form\Extension\Core\Type\TextType
|
|
- Symfony\Component\Form\Form
|
|
- Symfony\Component\Form\FormBuilder
|
|
- Symfony\Component\Form\FormFactory
|
|
- Symfony\Component\Form\FormFactoryBuilder
|
|
- Symfony\Component\Form\FormRegistry
|
|
- Symfony\Component\Form\ResolvedFormTypeFactory
|
|
- Symfony\Component\Form\SubmitButtonBuilder
|
|
interfaces: []
|