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/Fixtures
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
..
dumper removes unwanted characters from goto name 2011-03-24 10:03:59 +02:00
annotated.php [Routing] Add optional "type" param for loader hinting when resource strings are ambiguous 2010-12-10 09:48:10 +01:00
empty.yml added exception when a loaded YAML resource is not an array 2010-12-12 08:39:37 +01:00
foo1.xml renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
foo.xml renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
incomplete.yml updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
nonvalid.xml updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
nonvalid.yml added exception when a loaded YAML resource is not an array 2010-12-12 08:39:37 +01:00
nonvalidkeys.yml [Routing] throw an exception if route config has unsupported keys 2011-03-19 12:54:29 +02:00
nonvalidnode.xml [Routing] Added XmlFileLoader tests handling invalid xml files when schema validation is not used. 2011-03-19 23:37:58 +01:00
nonvalidroute.xml updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
validpattern.php updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
validpattern.xml updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
validpattern.yml updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
validresource.xml [Routing] Added XmlFileLoader tests for valid resource and pattern routing definitions. 2011-03-19 23:37:58 +01:00
validresource.yml [Routing] Added YamlFileLoader tests. 2011-03-19 23:37:58 +01:00