api/symfony/Component/WebLink/Tests/HttpHeaderSerializerTest.yaml
2024-09-26 02:03:21 -07:00

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: []