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/src/Symfony/Component/HttpKernel/Tests/HttpCache
Nicolas Grekas 05f7f4e147 Merge branch '4.3' into 4.4
* 4.3:
  [OptionsResolve] Revert change in tests for a not-merged change in code
  [HttpClient] fix handling of 3xx with no Location header - ignore Content-Length when no body is expected
  [Workflow] Made the configuration more robust for the 'property' key
  [Security/Core] make NativePasswordEncoder use sodium to validate passwords when possible
  #30432 fix an error message
  fix paths to detect code owners
  [HttpClient] ignore the body of responses to HEAD requests
  [Validator] Ensure numeric subpaths do not cause errors on PHP 7.4
  [SecurityBundle] Fix wrong assertion
  Remove unused local variables in tests
  [Yaml][Parser] Remove the getLastLineNumberBeforeDeprecation() internal unused method
  Make sure to collect child forms created on *_SET_DATA events
  [WebProfilerBundle] Improve display in Email panel for dark theme
  do not render errors for checkboxes twice
2019-10-28 21:30:34 +01:00
..
EsiTest.php Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
HttpCacheTest.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
HttpCacheTestCase.php Disable phpunit typehint patch on 4.3 branch 2019-08-08 11:29:19 +02:00
ResponseCacheStrategyTest.php [HttpKernel] Correctly merging cache directives in HttpCache/ResponseCacheStrategy 2019-02-25 12:22:09 +01:00
SsiTest.php Merge branch '3.4' into 4.3 2019-08-03 23:50:52 +02:00
StoreTest.php Merge branch '3.4' into 4.3 2019-10-28 18:07:32 +01:00
SubRequestHandlerTest.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
TestHttpKernel.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
TestMultipleHttpKernel.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00