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
Kris Wallsmith ade83e2e80 updated codebase to use shorter bundle names
Controllers:
"BlogBundle:Post:show" is now "Blog:Post:show"

Templates:
"BlogBundle:Post:show.html.twig" is now "Blog:Post:show.html.twig"

Resources:
"@BlogBundle/Resources/config/blog.xml" is now "@Blog/Resources/config/blog.xml"

Doctrine:
"$em->find('BlogBundle:Post', $id)" is now "$em->find('Blog:Post', $id)"
2011-03-27 06:25:43 -07:00
..
Annotation updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
Fixtures updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
Generator [Routing] added tearDown with cleanup the file system tmp directory 2011-03-22 21:21:43 +01:00
Loader [Routing] moved protected to private 2011-03-23 19:25:56 +01:00
Matcher removes unwanted characters from goto name 2011-03-24 10:03:59 +02:00
CompiledRouteTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
RouteCollectionTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
RouteCompiler.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
RouteCompilerTest.php [Routing] Fixed compiling routes with empty string or 0 as default parameter value. 2011-03-13 18:13:41 +01:00
RouteTest.php [Routing] refactored URL matching to support 405 Method Not Allowed responses 2011-03-21 05:56:53 -07:00