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
Tobias Schultze fd88de79ff [Routing] serialize the compiled route to speed things up
This also makes the CompiledRoute implement Serializable in order to:
1. make the serialization format shorter
2. have no null bytes in there, which the native serializer add for private properties, and thus would complicate saving in databases etc.
3. We should add to our symfony BC promise, that only classes that implement Serializable are ensured to be deserializable correctly with serialized representations of the class in previous symfony versions.
2014-10-27 15:27:32 +01:00
..
Annotation fixed CS 2014-09-22 10:32:35 +02:00
Fixtures Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Generator Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Loader Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Matcher fixed CS 2014-09-22 10:32:35 +02:00
CompiledRouteTest.php [Routing] changed CompiledRoute signature to be more consistent 2012-11-12 11:14:24 +01:00
RequestContextTest.php [Routing] add tests for RequestContext 2014-10-09 17:28:58 +02:00
RouteCollectionTest.php [Routing] add missing unit tests for Route and RouteCollection classes 2014-01-02 13:27:24 +01:00
RouteCompilerTest.php fixed CS 2014-09-22 10:32:35 +02:00
RouterTest.php fixed CS 2014-09-22 10:32:35 +02:00
RouteTest.php [Routing] serialize the compiled route to speed things up 2014-10-27 15:27:32 +01:00