35 lines
791 B
YAML
35 lines
791 B
YAML
name: HttpHeaderSerializerTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: HttpHeaderSerializer
|
|
type: class
|
|
source: Symfony\Component\WebLink\HttpHeaderSerializer
|
|
- name: Link
|
|
type: class
|
|
source: Symfony\Component\WebLink\Link
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testSerialize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSerializeEmpty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSerializeDoubleQuotesInAttributeValue
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\WebLink\HttpHeaderSerializer
|
|
- Symfony\Component\WebLink\Link
|
|
interfaces: []
|