50 lines
1 KiB
YAML
50 lines
1 KiB
YAML
|
name: AcceptHeaderItemTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: AcceptHeaderItem
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\AcceptHeaderItem
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testFromString
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: string
|
||
|
- name: value
|
||
|
- name: attributes
|
||
|
comment: '# * @dataProvider provideFromStringData'
|
||
|
- name: provideFromStringData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testToString
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: attributes
|
||
|
- name: string
|
||
|
comment: '# * @dataProvider provideToStringData'
|
||
|
- name: provideToStringData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testValue
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testQuality
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAttribute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\HttpFoundation\AcceptHeaderItem
|
||
|
interfaces: []
|