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/Routing/Tests
Fabien Potencier 1376b4becd Merge branch '3.3' into 3.4
* 3.3: (22 commits)
  [Routing] Fix resource miss
  [Security] Fixed auth provider authenticate() cannot return void
  declare argument type
  [FrameworkBundle][Serializer] Move normalizer/encoders definitions to xml file & remove unnecessary checks
  streamed response should return $this
  $isClientIpsVali is not used
  content can be a resource
  Adding the Form default theme files to be warmed up in Twig's cache
  Remove BC Break label from `NullDumper` class
  Username and password in basic auth are allowed to contain '.'
  Remove obsolete PHPDoc from UriSigner
  [Serializer] YamlEncoder: throw if the Yaml component isn't installed
  [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed
  [PropertyInfo] Add support for the iterable type
  pdo session fix
  Fixed pathinfo calculation for requests starting with a question mark.  - fix bad conflict resolving issue  - port symfony/symfony#21968 to 3.3+
  Fixed unsetting from loosely equal keys OrderedHashMap
  add DOMElement as return type in Crawler::getIterator to support foreach support in ide
  Fixed mistake in exception expectation
  [Debug] Fix same vendor detection in class loader
  ...
2017-10-20 11:48:32 -07:00
..
Annotation Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
DependencyInjection Move RoutingResolverPass to the Routing component 2017-03-05 16:12:05 +01:00
Fixtures Merge branch '3.3' into 3.4 2017-10-10 12:38:39 +02:00
Generator Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
Loader [Routing] Add PHP fluent DSL for configuring routes 2017-09-20 08:48:50 +02:00
Matcher Show welcome message if no routing configuration could be found 2017-10-02 19:25:29 -04:00
CompiledRouteTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RequestContextTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RouteCollectionBuilderTest.php [Routing] Fix resource miss 2017-10-20 11:22:06 -07:00
RouteCollectionTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RouteCompilerTest.php [Routing] Optimised dumped matcher 2017-03-22 12:45:25 -07:00
RouterTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RouteTest.php [Routing] Revert the change in [#b42018] with respect to Routing/Route.php 2017-06-13 10:11:59 -07:00