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 c9694237d2 [HttpFoundation] Added FlashBagInterface and concrete implementation.
This commit outsources the flash message processing to it's own interface.

Overall flash messages now can have multiple flash types and each type can
store multiple messages.  For convenience there are now four flash types
by default, INFO, NOTICE, WARNING and ERROR.

There are two concrete implementations: one preserving the old behaviour of
flash messages expiring exactly after one page load, regardless of being
displayed or not; and the other where flash messages persist until explicitly
popped.
2012-02-11 11:21:02 +05:45
..
File removed unused use statements 2011-10-29 12:01:53 +02:00
SessionStorage Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
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 Merge branch '2.0' 2011-10-29 12:04:03 +02:00
StreamedResponseTest.php [streaming] Document and test that Transfer-Encoding is absent 2012-01-02 20:21:31 +01:00