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
Nicolas Grekas 0b39ce2315 Merge branch '2.6' into 2.7
* 2.6: (24 commits)
  [HttpKernel] Embed the original exception as previous to bounced exceptions
  [Enhancement] netbeans - force interactive shell when limited detection
  [FrameworkBundle] fixes displaying of deprecation notices.
  Revert "Added missing changelog entry"
  [Debug] Tweak docblocks
  [Debug] Rework a bit the PHP doc
  Added missing changelog entry
  [StringUtil] Fixed singularification of 'movies'
  [Debug] Renamed "context" key to "scope_vars" to avoid any ambiguity
  Fix some phpdocs for Twig extensions & templating helpers
  [Debug] Made code in ErrorHandler easier to read
  Use specialized config methods instead of the generic ifTrue() method
  Fix the AJAX profiling
  bumped Symfony version to 2.6.7
  updated VERSION for 2.6.6
  updated CHANGELOG for 2.6.6
  Safe escaping of fragments for eval()
  bumped Symfony version to 2.3.28
  updated VERSION for 2.3.27
  update CONTRIBUTORS for 2.3.27
  ...

Conflicts:
	src/Symfony/Component/Debug/ErrorHandler.php
	src/Symfony/Component/HttpKernel/Kernel.php
2015-04-03 17:24:01 +02:00
..
Bundle [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
CacheClearer Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
CacheWarmer Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00
Config Make the container considered non-fresh if the environment parameters are changed 2014-12-13 16:43:22 +00:00
Controller [DX] Attempt to improve logging messages with parameters 2015-01-16 16:11:12 +01:00
DataCollector feature #13626 [WebProfilerBundle] Added feedback about the current symfony version (WouterJ) 2015-04-03 16:49:46 +02:00
Debug Fixed #12845 adding a listener to an event that is currently being dispatched will not result into a fatal error in TraceableEventDispatcher [EventDispatcher] 2014-12-04 12:52:47 +01:00
DependencyInjection feature #13780 [HttpKernel] Throw a LogicException when kernel.exception does not lead to a Response (nicolas-grekas) 2015-03-14 06:13:34 +01:00
EventListener [HttpKernel] Embed the original exception as previous to bounced exceptions 2015-04-03 08:20:10 +02:00
Fixtures Merge branch '2.3' into 2.5 2015-01-03 09:01:13 +01:00
Fragment Changed visibility of setUp() and tearDown to protected 2015-03-13 10:50:03 +01:00
HttpCache Safe escaping of fragments for eval() 2015-04-01 18:53:45 +02:00
Profiler Merge branch '2.6' into 2.7 2015-03-30 17:55:07 +02:00
ClientTest.php Merge branch '2.3' into 2.5 2014-12-30 10:03:46 +01:00
HttpKernelTest.php [HttpKernel] Throw a LogicException when kernel.exception does not led to a Response 2015-03-09 17:32:01 +01:00
KernelTest.php [2.6] add @group legacy 2015-03-13 18:37:22 +01:00
Logger.php Fixing the Logger deprecation notices to match the correct method name it should be informing of 2014-01-16 10:15:18 +01:00
TestHttpKernel.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
UriSignerTest.php [HttpKernel] UriSigner::buildUrl - default params for http_build_query 2015-03-17 13:54:32 +01:00