|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| provideAllPreserveCase () | |
| provideMakeDisposition () | |
| provideMakeDispositionFail () | |
| testAllPreserveCase ($headers, $expected) | |
| testCacheControlClone () | |
| testCacheControlHeader () | |
| testClearCookieSecureNotHttpOnly () | |
| testCookiesWithSameNames () | |
| testGetCookiesWithInvalidArgument () | |
| testMakeDisposition ($disposition, $filename, $filenameFallback, $expected) | |
| testMakeDispositionFail ($disposition, $filename) | |
| testMakeDispositionInvalidDisposition () | |
| testRemoveCookie () | |
| testRemoveCookieWithNullRemove () | |
| testReplace () | |
| testReplaceWithRemove () | |
| testSetCookieHeader () | |
| testToStringDoesntMessUpHeaders () | |
| testToStringIncludesCookieHeaders () | |
@group time-sensitive
Definition at line 21 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::provideAllPreserveCase | ( | ) |
Definition at line 33 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::provideMakeDisposition | ( | ) |
Definition at line 300 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::provideMakeDispositionFail | ( | ) |
Definition at line 323 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testAllPreserveCase | ( | $headers, | |
| $expected | |||
| ) |
@dataProvider provideAllPreserveCase
Definition at line 26 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testCacheControlClone | ( | ) |
Definition at line 115 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testCacheControlHeader | ( | ) |
Definition at line 67 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testClearCookieSecureNotHttpOnly | ( | ) |
Definition at line 135 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testCookiesWithSameNames | ( | ) |
Definition at line 167 of file ResponseHeaderBagTest.php.
References Symfony\Component\HttpFoundation\ResponseHeaderBag\COOKIES_ARRAY.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testGetCookiesWithInvalidArgument | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 259 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testMakeDisposition | ( | $disposition, | |
| $filename, | |||
| $filenameFallback, | |||
| $expected | |||
| ) |
@dataProvider provideMakeDisposition
Definition at line 279 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testMakeDispositionFail | ( | $disposition, | |
| $filename | |||
| ) |
@dataProvider provideMakeDispositionFail @expectedException \InvalidArgumentException
Definition at line 316 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testMakeDispositionInvalidDisposition | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 269 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testRemoveCookie | ( | ) |
Definition at line 197 of file ResponseHeaderBagTest.php.
References Symfony\Component\HttpFoundation\ResponseHeaderBag\COOKIES_ARRAY.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testRemoveCookieWithNullRemove | ( | ) |
Definition at line 222 of file ResponseHeaderBagTest.php.
References Symfony\Component\HttpFoundation\ResponseHeaderBag\COOKIES_ARRAY.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testReplace | ( | ) |
Definition at line 144 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testReplaceWithRemove | ( | ) |
Definition at line 155 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testSetCookieHeader | ( | ) |
Definition at line 240 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testToStringDoesntMessUpHeaders | ( | ) |
Definition at line 286 of file ResponseHeaderBagTest.php.
| Symfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest::testToStringIncludesCookieHeaders | ( | ) |
Definition at line 123 of file ResponseHeaderBagTest.php.