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
Fabien Potencier 2850fca233 Merge branch '2.1' into 2.2
* 2.1:
  [FrameworkBundle] Fixes invalid serialized objects in cache
  remove dead code in yaml component
  fixed typo
  RedisProfilerStorage wrong db-number/index-number selected
  [DependencyInjection] added a test for the previous merge (refs #7261)
  Unset loading[$id] in ContainerBuilder on exception
  [Console] fixed StringInput binding
  [Console] added string input test
  Revert "merged branch jfsimon/issue-6749 (PR #7220)"
  fixed CS

Conflicts:
	src/Symfony/Component/Console/Tests/Input/StringInputTest.php
	src/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php
2013-03-06 18:38:49 +01:00
..
Bundle class_exists was returning fals for the container aware interface 2012-07-09 09:02:51 -07:00
CacheClearer moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CacheWarmer moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
Controller [HttpKernel][Monolog] Add PSR-3 support to the LoggerInterface 2013-01-08 23:39:39 +01:00
DataCollector [WebProfilerBundle] Some eye candy for deprecated calls 2012-12-11 11:14:29 +01:00
Debug [HttpKernel] fixed failing test 2013-01-21 22:03:00 +01:00
DependencyInjection moved the container aware HTTP kernel to the HttpKernel component 2013-01-10 09:21:32 +01:00
EventListener renamed some classes and Twig functions to more descriptive names (refs #6871) 2013-02-01 15:17:20 +01:00
Exception merged branch Koc/critical-errors-logging (PR #5863) 2012-12-05 11:50:34 +01:00
Fixtures [HttpKernel] fixed some unit tests 2012-11-12 14:30:42 +01:00
Fragment [HttpKernel] hinclude fragment renderer must escape URIs properly to return valid html 2013-02-15 22:21:39 +01:00
HttpCache Merge branch '2.1' into 2.2 2013-02-17 14:00:38 +01:00
Profiler Merge branch '2.1' into 2.2 2013-03-06 18:38:49 +01:00
ClientTest.php added Universal* classes in the list of deprecated classes for 3.0 2013-02-08 17:10:00 +01:00
HttpKernelTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
KernelTest.php [HttpKernel] fix public Kernel::stripComments() 2012-12-13 17:56:02 +01:00
Logger.php Remove use of deprecated HttpKernel LoggerInterface 2013-01-09 10:52:29 +01:00
TestHttpKernel.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
UriSignerTest.php added some unit tests (and fixed some bugs) 2013-01-10 16:26:59 +01:00