platform/api/symfony/Component/WebLink/Tests/HttpHeaderSerializerTest.yaml

36 lines
791 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []