Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest Class Reference
Inheritance diagram for Symfony\Component\HttpFoundation\Tests\StreamedResponseTest:

Public Member Functions

 testConstructor ()
 
 testCreate ()
 
 testGetContent ()
 
 testPrepareWith10Protocol ()
 
 testPrepareWith11Protocol ()
 
 testPrepareWithCacheHeaders ()
 
 testPrepareWithHeadRequest ()
 
 testSendContent ()
 
 testSendContentWithNonCallable ()
 
 testSetContent ()
 

Detailed Description

Definition at line 18 of file StreamedResponseTest.php.

Member Function Documentation

◆ testConstructor()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testConstructor ( )

Definition at line 20 of file StreamedResponseTest.php.

◆ testCreate()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testCreate ( )

◆ testGetContent()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testGetContent ( )

Definition at line 102 of file StreamedResponseTest.php.

◆ testPrepareWith10Protocol()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWith10Protocol ( )

◆ testPrepareWith11Protocol()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWith11Protocol ( )

◆ testPrepareWithCacheHeaders()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWithCacheHeaders ( )

◆ testPrepareWithHeadRequest()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWithHeadRequest ( )

◆ testSendContent()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSendContent ( )

Definition at line 71 of file StreamedResponseTest.php.

◆ testSendContentWithNonCallable()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSendContentWithNonCallable ( )

@expectedException \LogicException

Definition at line 87 of file StreamedResponseTest.php.

◆ testSetContent()

Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSetContent ( )

@expectedException \LogicException

Definition at line 96 of file StreamedResponseTest.php.


The documentation for this class was generated from the following file: