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 5c0b5ea821 Merge branch '2.7'
* 2.7: (61 commits)
  fixxed order of usage
  [2.7] [Form] Replaced calls to array_search() by in_array() where is no need to get the index
  removed the last deprecation notice
  [Serializer] Silent deprecation notice
  removed deprecation notice
  [PropertyAccess] Show property path in all exception messages
  added deprecation notice for HttpCache::createEsi()
  added missing deprecation notice when using the form_enctype function
  [Process] Make test AbstractProcessTest::testStartAfterATimeout useful again
  removed non-sense example
  Fixes small typo.
  [Validator] Remove unnecessary include in tests
  [HttpFoundation] minor: clarify Request::getUrlencodedPrefix() regex
  fixed typo
  [Serializer] Use Serializer's LogicException when applicable
  [Serializer] Use autoloader for annotations in tests
  [Validator] fix DOS-style line endings
  Drop useless execution bit
  bumped Symfony version to 2.6.5
  [Serializer] update changelog
  ...

Conflicts:
	CHANGELOG-2.3.md
	CHANGELOG-2.5.md
	CHANGELOG-2.6.md
	src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php
	src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php
	src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php
2015-02-05 07:59:50 +01: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 Merge branch '2.7' 2015-01-16 23:00:38 +01:00
DataCollector Merge branch '2.7' 2015-01-15 13:16:23 +01:00
Debug [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
DependencyInjection fixed tests 2015-01-16 15:49:28 +01:00
EventListener Merge branch '2.5' into 2.6 2015-01-05 15:28:40 +01:00
Fixtures [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
Fragment [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
HttpCache [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
Profiler [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result 2015-01-25 04:57:33 +01:00
ClientTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
HttpKernelTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
KernelTest.php Merge branch '2.7' 2015-02-05 07:59:50 +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] Fix UriSigner::check when _hash is not at the end of the uri 2015-01-03 11:03:21 +01:00