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/tests/Symfony/Tests/Component/Routing/Matcher/Dumper
Fabien Potencier b63de46374 [Routing] moved from :var to {var}
This follows the "URI template" notation:

http://code.google.com/p/uri-templates/
http://tools.ietf.org/html/draft-gregorio-uritemplate-04

You need to change all your route definitions from something like:

    /article/:id

to something like:

    /article/{id}
2011-01-11 19:13:16 +01:00
..
ApacheMatcherDumperTest.php [Routing] moved from :var to {var} 2011-01-11 19:13:16 +01:00
PhpMatcherDumperTest.php [Routing] moved from :var to {var} 2011-01-11 19:13:16 +01:00