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/Exception
Nicolas Grekas 8c430fbeb2 Merge branch '3.4' into 4.0
* 3.4:
  fix merge
  [Security] Fix logout
  Cleanup 2 tests for the HttpException classes
  #27250 limiting GET_LOCK key up to 64 char due to changes in MySQL 5.7.5 and later
  [Config] Fix tests when path contains UTF chars
  [DI] Shared services should not be inlined in non-shared ones
  [Profiler] Remove propel & event_listener_loading category identifiers
  [Filesystem] Fix usages of error_get_last()
  [Cache][Lock] Fix usages of error_get_last()
  [Debug] Fix populating error_get_last() for handled silent errors
  [DI] Display previous error messages when throwing unused bindings
  Suppress warnings when open_basedir is non-empty
2018-05-16 11:05:32 +02:00
..
AccessDeniedHttpExceptionTest.php fixed CS 2016-06-21 08:06:14 +02:00
BadRequestHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
ConflictHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
GoneHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
HttpExceptionTest.php Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00
LengthRequiredHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
MethodNotAllowedHttpExceptionTest.php [HttpKernel] minor: add ability to construct with headers on http exceptions 2017-04-15 01:12:38 +01:00
NotAcceptableHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
NotFoundHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
PreconditionFailedHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
PreconditionRequiredHttpExceptionTest.php made some cleanup in tests 2016-01-25 12:33:17 +01:00
ServiceUnavailableHttpExceptionTest.php [HttpKernel] minor: add ability to construct with headers on http exceptions 2017-04-15 01:12:38 +01:00
TooManyRequestsHttpExceptionTest.php [HttpKernel] minor: add ability to construct with headers on http exceptions 2017-04-15 01:12:38 +01:00
UnauthorizedHttpExceptionTest.php [HttpKernel] minor: add ability to construct with headers on http exceptions 2017-04-15 01:12:38 +01:00
UnprocessableEntityHttpExceptionTest.php Cleanup 2 tests for the HttpException classes 2018-05-15 06:59:59 +02:00
UnsupportedMediaTypeHttpExceptionTest.php Cleanup 2 tests for the HttpException classes 2018-05-15 06:59:59 +02:00