Open Journal Systems
3.3.0
|
Public Member Functions | |
testConstructor () | |
testCreate () | |
testGetContent () | |
testPrepareWith10Protocol () | |
testPrepareWith11Protocol () | |
testPrepareWithCacheHeaders () | |
testPrepareWithHeadRequest () | |
testSendContent () | |
testSendContentWithNonCallable () | |
testSetContent () | |
Definition at line 18 of file StreamedResponseTest.php.
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testConstructor | ( | ) |
Definition at line 20 of file StreamedResponseTest.php.
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testCreate | ( | ) |
Definition at line 108 of file StreamedResponseTest.php.
References Symfony\Component\HttpFoundation\StreamedResponse\create().
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testGetContent | ( | ) |
Definition at line 102 of file StreamedResponseTest.php.
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWith10Protocol | ( | ) |
Definition at line 40 of file StreamedResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWith11Protocol | ( | ) |
Definition at line 28 of file StreamedResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWithCacheHeaders | ( | ) |
Definition at line 62 of file StreamedResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testPrepareWithHeadRequest | ( | ) |
Definition at line 52 of file StreamedResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSendContent | ( | ) |
Definition at line 71 of file StreamedResponseTest.php.
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSendContentWithNonCallable | ( | ) |
@expectedException \LogicException
Definition at line 87 of file StreamedResponseTest.php.
Symfony\Component\HttpFoundation\Tests\StreamedResponseTest::testSetContent | ( | ) |
@expectedException \LogicException
Definition at line 96 of file StreamedResponseTest.php.