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