platform/api/symfony/Component/HttpFoundation/Tests/StreamedResponseTest.yaml

68 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StreamedResponseTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: StreamedResponse
type: class
source: Symfony\Component\HttpFoundation\StreamedResponse
properties: []
methods:
- name: testConstructor
visibility: public
parameters: []
comment: null
- name: testPrepareWith11Protocol
visibility: public
parameters: []
comment: null
- name: testPrepareWith10Protocol
visibility: public
parameters: []
comment: null
- name: testPrepareWithHeadRequest
visibility: public
parameters: []
comment: null
- name: testPrepareWithCacheHeaders
visibility: public
parameters: []
comment: null
- name: testSendContent
visibility: public
parameters: []
comment: null
- name: testSendContentWithNonCallable
visibility: public
parameters: []
comment: null
- name: testSetContent
visibility: public
parameters: []
comment: null
- name: testGetContent
visibility: public
parameters: []
comment: null
- name: testReturnThis
visibility: public
parameters: []
comment: null
- name: testSetNotModified
visibility: public
parameters: []
comment: null
- name: testSendInformationalResponse
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\StreamedResponse
interfaces: []