platform/api/symfony/Component/Form/Tests/Util/StringUtilTest.yaml

45 lines
987 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StringUtilTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StringUtil
type: class
source: Symfony\Component\Form\Util\StringUtil
properties: []
methods:
- name: trimProvider
visibility: public
parameters: []
comment: null
- name: testTrim
visibility: public
parameters:
- name: data
- name: expectedData
comment: '# * @dataProvider trimProvider'
- name: testTrimUtf8Separators
visibility: public
parameters:
- name: hex
comment: '# * @dataProvider spaceProvider'
- name: spaceProvider
visibility: public
parameters: []
comment: null
- name: testFqcnToBlockPrefix
visibility: public
parameters:
- name: fqcn
- name: expectedBlockPrefix
comment: '# * @dataProvider fqcnToBlockPrefixProvider'
- name: fqcnToBlockPrefixProvider
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Form\Util\StringUtil
interfaces: []