Open Journal Systems
3.3.0
|
Protected Member Functions | |
createDateTimeNow () | |
createDateTimeOneHourAgo () | |
createDateTimeOneHourLater () | |
provideResponse () | |
@group time-sensitive
Definition at line 20 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
|
protected |
Definition at line 886 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Referenced by Symfony\Component\HttpFoundation\Tests\ResponseTest\testGetDate(), Symfony\Component\HttpFoundation\Tests\ResponseTest\testSetCache(), Symfony\Component\HttpFoundation\Tests\ResponseTest\testSetExpires(), Symfony\Component\HttpFoundation\Tests\ResponseTest\testSetLastModified(), and Symfony\Component\HttpFoundation\Tests\ResponseTest\testSettersAreChainable().
|
protected |
Definition at line 876 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Referenced by Symfony\Component\HttpFoundation\Tests\ResponseTest\testGetDate(), Symfony\Component\HttpFoundation\Tests\ResponseTest\testGetTtl(), and Symfony\Component\HttpFoundation\Tests\ResponseTest\testIsValidateable().
|
protected |
Definition at line 881 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Referenced by Symfony\Component\HttpFoundation\Tests\ResponseTest\testGetMaxAge(), and Symfony\Component\HttpFoundation\Tests\ResponseTest\testGetTtl().
Symfony\Component\HttpFoundation\Tests\ResponseTest::getStatusCodeFixtures | ( | ) |
Definition at line 694 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::ianaCodesReasonPhrasesProvider | ( | ) |
Definition at line 905 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::invalidContentProvider | ( | ) |
Definition at line 867 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
|
protected |
Reimplemented from Symfony\Component\HttpFoundation\Tests\ResponseTestCase.
Definition at line 893 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testClone | ( | ) |
Definition at line 39 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testContentTypeCharset | ( | ) |
Definition at line 461 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testCreate | ( | ) |
Definition at line 22 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Response\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testDefaultContentType | ( | ) |
Definition at line 445 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testExpire | ( | ) |
Definition at line 334 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetCharset | ( | ) |
Definition at line 70 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetDate | ( | ) |
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetMaxAge | ( | ) |
Definition at line 285 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeOneHourLater().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetSetProtocolVersion | ( | ) |
Definition at line 393 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetTtl | ( | ) |
Symfony\Component\HttpFoundation\Tests\ResponseTest::testGetVary | ( | ) |
Definition at line 404 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testHasVary | ( | ) |
Definition at line 789 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsCacheable | ( | ) |
Definition at line 79 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsCacheableWithErrorCode | ( | ) |
Definition at line 85 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsCacheableWithNoStoreDirective | ( | ) |
Definition at line 91 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsCacheableWithSetTtl | ( | ) |
Definition at line 98 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsEmpty | ( | ) |
Definition at line 749 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsForbidden | ( | ) |
Definition at line 760 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsInformational | ( | ) |
Definition at line 706 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsInvalid | ( | ) |
Definition at line 657 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotFound | ( | ) |
Definition at line 740 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModified | ( | ) |
Definition at line 146 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModifiedEtag | ( | ) |
Definition at line 185 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModifiedIfModifiedSinceAndEtagWithoutLastModified | ( | ) |
Definition at line 231 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModifiedLastModified | ( | ) |
Definition at line 161 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModifiedLastModifiedAndEtag | ( | ) |
Definition at line 205 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsNotModifiedNotSafe | ( | ) |
Definition at line 153 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsOk | ( | ) |
Definition at line 769 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsPrivate | ( | ) |
Definition at line 318 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsRedirectRedirection | ( | ) |
Definition at line 715 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsServerOrClientError | ( | ) |
Definition at line 778 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsSuccessful | ( | ) |
Definition at line 140 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testIsValidateable | ( | ) |
Definition at line 249 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeOneHourAgo().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testMustRevalidate | ( | ) |
Definition at line 105 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testMustRevalidateWithMustRevalidateCacheControlHeader | ( | ) |
Definition at line 111 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testMustRevalidateWithProxyRevalidateCacheControlHeader | ( | ) |
Definition at line 119 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testNoDeprecationsAreTriggered | ( | ) |
Definition at line 848 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareDoesNothingIfContentTypeIsSet | ( | ) |
Definition at line 472 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareDoesNothingIfRequestFormatIsNotDefined | ( | ) |
Definition at line 482 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareRemovesContentForHeadRequests | ( | ) |
Definition at line 502 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareRemovesContentForInformationalResponse | ( | ) |
Definition at line 515 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareRemovesContentLength | ( | ) |
Definition at line 535 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareSetContentType | ( | ) |
Definition at line 491 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testPrepareSetsPragmaOnHttp10Only | ( | ) |
Definition at line 549 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testReasonPhraseDefaultsAgainstIana | ( | $code, | |
$reasonPhrase | |||
) |
@dataProvider ianaCodesReasonPhrasesProvider
Definition at line 954 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Response\$statusTexts.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSend | ( | ) |
Definition at line 58 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSendContent | ( | ) |
Definition at line 615 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSendHeaders | ( | ) |
Definition at line 46 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetCache | ( | ) |
Definition at line 566 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeNow().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetClientTtl | ( | ) |
Definition at line 385 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetContent | ( | $content | ) |
@dataProvider validContentProvider
Definition at line 809 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetContentInvalid | ( | $content | ) |
@expectedException \UnexpectedValueException @dataProvider invalidContentProvider
Definition at line 820 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetEtag | ( | ) |
Definition at line 798 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetExpires | ( | ) |
Definition at line 634 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeNow().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetLastModified | ( | ) |
Definition at line 647 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeNow().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetNotModified | ( | ) |
Definition at line 127 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetPublic | ( | ) |
Definition at line 625 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetSharedMaxAge | ( | ) |
Definition at line 309 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetStatusCode | ( | $code, | |
$text, | |||
$expectedText | |||
) |
@dataProvider getStatusCodeFixtures
Definition at line 682 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSettersAreChainable | ( | ) |
Definition at line 826 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
References Symfony\Component\HttpFoundation\Tests\ResponseTest\createDateTimeNow().
Symfony\Component\HttpFoundation\Tests\ResponseTest::testSetVary | ( | ) |
Definition at line 432 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::testToString | ( | ) |
Definition at line 31 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.
Symfony\Component\HttpFoundation\Tests\ResponseTest::validContentProvider | ( | ) |
Definition at line 858 of file lib/vendor/symfony/http-foundation/Tests/ResponseTest.php.