This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation
Drak 3a263dc088 [HttpFoundation] Introduced session storage base class and interfaces.
Session object now implements SessionInterface to make it more portable.

AbstractSessionStorage and SessionSaveHandlerInterface now makes implementation
of session storage drivers simple and easy to write for both custom save handlers
and native php save handlers and respect the PHP session workflow.
2012-02-11 11:21:06 +05:45
..
File removed unused use statements 2011-10-29 12:01:53 +02:00
SessionStorage [HttpFoundation] Introduced session storage base class and interfaces. 2012-02-11 11:21:06 +05:45
ApacheRequestTest.php [HttpFoundation] fixed ApacheRequest 2011-12-21 13:57:56 -08:00
AttributeBagTest.php [HttpFoundation] Added AttributesInterface and AttributesBagInterface and concrete implementations. 2012-02-11 11:20:58 +05:45
AutoExpireFlashBagTest.php [HttpFoundation] Added FlashBagInterface and concrete implementation. 2012-02-11 11:21:02 +05:45
CookieTest.php [HttpFoundation] Cookie values should not be restricted 2011-11-23 11:38:46 +01:00
FileBagTest.php merged branch stloyd/tests_fix (PR #1860) 2011-08-27 08:01:17 +02:00
FlashBagTest.php [HttpFoundation] Added FlashBagInterface and concrete implementation. 2012-02-11 11:21:02 +05:45
HeaderBagTest.php [Tests] Use proper phpunit assertion functions: "assertTrue", "assertFalse", "assertNull" 2011-08-25 15:41:15 +02:00
NamespacedAttributeBagTest.php [HttpFoundation] Added AttributesInterface and AttributesBagInterface and concrete implementations. 2012-02-11 11:20:58 +05:45
ParameterBagTest.php fixed CS 2011-10-29 12:05:45 +02:00
RedirectResponseTest.php fixed CS 2012-02-10 13:35:11 +01:00
RequestMatcherTest.php removed unused use statements 2011-10-29 12:01:53 +02:00
RequestTest.php Make method non static 2012-01-25 14:56:27 +01:00
ResponseHeaderBagTest.php [CS] Fix usage of assertCount 2012-01-18 14:42:47 +01:00
ResponseTest.php merged 2.0 2012-01-17 11:23:18 +01:00
ServerBagTest.php [HttpFoundation] made PHP_AUTH_PW optional 2011-07-26 09:32:45 +02:00
SessionTest.php [HttpFoundation] Introduced session storage base class and interfaces. 2012-02-11 11:21:06 +05:45
StreamedResponseTest.php [streaming] Document and test that Transfer-Encoding is absent 2012-01-02 20:21:31 +01:00