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 be28e56f4e [Routing] disallow numeric named variables in pattern
because PHP raises an error for such subpatterns in PCRE and thus would break matching, e.g. '(?<123>.+)'.
2012-09-04 07:10:18 +02:00
..
Annotation fixed CS 2012-07-09 14:54:20 +02:00
Fixtures Merge branch '2.0' 2012-08-28 09:54:42 +02:00
Generator [Routing] added route compile check to identify a default value of a required variable that does not match the requirement 2012-08-31 08:36:21 +02:00
Loader Merge branch '2.0' 2012-08-28 09:54:42 +02:00
Matcher Fixed typos 2012-07-28 22:02:29 +00:00
bootstrap.php [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
CompiledRouteTest.php [Routing] removed cyclic reference Route<->CompiledRoute 2012-08-23 10:21:02 +02:00
RouteCollectionTest.php Fixed typos 2012-07-28 22:02:29 +00:00
RouteCompilerTest.php [Routing] disallow numeric named variables in pattern 2012-09-04 07:10:18 +02:00
RouteTest.php [Routing] Implement bug fixes and enhancements 2012-04-11 15:45:27 +02:00