api/symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.yaml
2024-09-26 02:03:21 -07:00

75 lines
2 KiB
YAML

name: ArrayChoiceListTest
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
dependencies:
- name: ArrayChoiceList
type: class
source: Symfony\Component\Form\ChoiceList\ArrayChoiceList
- name: ChoiceListInterface
type: class
source: Symfony\Component\Form\ChoiceList\ChoiceListInterface
properties: []
methods:
- name: setUp
visibility: protected
parameters: []
comment: null
- name: createChoiceList
visibility: protected
parameters: []
comment: null
- name: getChoices
visibility: protected
parameters: []
comment: null
- name: getValues
visibility: protected
parameters: []
comment: null
- name: testCreateChoiceListWithValueCallback
visibility: public
parameters: []
comment: null
- name: testCreateChoiceListWithoutValueCallbackAndDuplicateFreeToStringChoices
visibility: public
parameters: []
comment: null
- name: testCreateChoiceListWithoutValueCallbackAndToStringDuplicates
visibility: public
parameters: []
comment: null
- name: testCreateChoiceListWithoutValueCallbackAndMixedChoices
visibility: public
parameters: []
comment: null
- name: testCreateChoiceListWithGroupedChoices
visibility: public
parameters: []
comment: null
- name: testCompareChoicesByIdentityByDefault
visibility: public
parameters: []
comment: null
- name: testGetChoicesForValuesWithContainingNull
visibility: public
parameters: []
comment: null
- name: testGetChoicesForValuesWithContainingFalseAndNull
visibility: public
parameters: []
comment: null
- name: testGetChoicesForValuesWithContainingEmptyStringAndNull
visibility: public
parameters: []
comment: null
- name: testGetChoicesForValuesWithContainingEmptyStringAndBooleans
visibility: public
parameters: []
comment: null
- name: testGetChoicesForValuesWithContainingEmptyStringAndFloats
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Form\ChoiceList\ArrayChoiceList
- Symfony\Component\Form\ChoiceList\ChoiceListInterface
interfaces: []