Open Journal Systems
3.3.0
|
@group time-sensitive
Definition at line 25 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::invalidNames | ( | ) |
Definition at line 27 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testConstructorWithDateTime | ( | ) |
Definition at line 99 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testConstructorWithDateTimeImmutable | ( | ) |
@requires PHP 5.5
Definition at line 110 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testCookieIsCleared | ( | ) |
Definition at line 155 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testCookieIsNotCleared | ( | ) |
Definition at line 148 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testFromString | ( | ) |
Definition at line 200 of file symfony/http-foundation/Tests/CookieTest.php.
References Symfony\Component\HttpFoundation\Cookie\fromString().
Symfony\Component\HttpFoundation\Tests\CookieTest::testFromStringWithHttpOnly | ( | ) |
Definition at line 209 of file symfony/http-foundation/Tests/CookieTest.php.
References Symfony\Component\HttpFoundation\Cookie\fromString().
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetDomain | ( | ) |
Definition at line 127 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetExpiresTime | ( | ) |
Definition at line 81 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetExpiresTimeIsCastToInt | ( | ) |
Definition at line 92 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetExpiresTimeWithStringValue | ( | ) |
Definition at line 118 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetMaxAge | ( | ) |
Definition at line 188 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetPath | ( | ) |
Definition at line 74 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testGetValue | ( | ) |
Definition at line 66 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testInstantiationThrowsExceptionIfCookieNameContainsInvalidCharacters | ( | $name | ) |
@dataProvider invalidNames @expectedException \InvalidArgumentException
Definition at line 46 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testInvalidExpiration | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 54 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testIsHttpOnly | ( | ) |
Definition at line 141 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testIsSecure | ( | ) |
Definition at line 134 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testNegativeExpirationIsNotPossible | ( | ) |
Definition at line 59 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testRawCookie | ( | ) |
Definition at line 177 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testSameSiteAttributeIsCaseInsensitive | ( | ) |
Definition at line 218 of file symfony/http-foundation/Tests/CookieTest.php.
Symfony\Component\HttpFoundation\Tests\CookieTest::testToString | ( | ) |
Definition at line 162 of file symfony/http-foundation/Tests/CookieTest.php.