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/HttpKernel/HttpCache
Kris Wallsmith 3e131f5b70 [HttpKernel] fixed invalid test
According to ResponseHeaderBag::computeCacheControlValue(), a response with an ETag but no explicit Cache-Control header should have a sensible Cache-Control of "private, must-revalidate" set. According to Response::isCacheable(), a response that includes a private Cache-Controls is not considered cacheable. Therefore, in order for this test response to be cacheable and stored, it requires an explicit Cache-Control of public.
2011-02-21 20:09:50 -08:00
..
EsiListenerTest.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
EsiTest.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
HttpCacheTest.php [HttpKernel] fixed invalid test 2011-02-21 20:09:50 -08:00
HttpCacheTestCase.php [HttpKernel] Added response cache-control modification if page is composed of ESIs. 2011-02-07 01:34:14 +01:00
StoreTest.php [HttpKernel] added a StoreInterface 2011-01-31 14:15:12 +01:00
TestHttpKernel.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
TestMultipleHttpKernel.php [HttpKernel] Added response cache-control modification if page is composed of ESIs. 2011-02-07 01:34:14 +01:00