88 lines
1.9 KiB
YAML
88 lines
1.9 KiB
YAML
|
name: HeaderUtilsTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: HeaderUtils
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\HeaderUtils
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSplit
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: expected
|
||
|
- name: header
|
||
|
- name: separator
|
||
|
comment: '# * @dataProvider provideHeaderToSplit'
|
||
|
- name: provideHeaderToSplit
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCombine
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testToString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testQuote
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUnquote
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMakeDispositionInvalidDisposition
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMakeDisposition
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: disposition
|
||
|
- name: filename
|
||
|
- name: filenameFallback
|
||
|
- name: expected
|
||
|
comment: '# * @dataProvider provideMakeDisposition'
|
||
|
- name: provideMakeDisposition
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMakeDispositionFail
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: disposition
|
||
|
- name: filename
|
||
|
comment: '# * @dataProvider provideMakeDispositionFail'
|
||
|
- name: provideMakeDispositionFail
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testParseQuery
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: query
|
||
|
- name: expected
|
||
|
default: 'null'
|
||
|
comment: '# * @dataProvider provideParseQuery'
|
||
|
- name: provideParseQuery
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testParseCookie
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testParseQueryIgnoreBrackets
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\HttpFoundation\HeaderUtils
|
||
|
interfaces: []
|