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/HttpKernel
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
..
Bundle [HttpKernel] updated Bundle::getName() to validate bundle class name and rtrim "Bundle" 2011-03-27 05:31:57 -07:00
CacheWarmer replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Controller replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DataCollector Merge remote branch 'symfony/master' into event-manager 2011-03-17 12:34:12 +01:00
Debug Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again) 2011-03-13 19:49:10 +01:00
DependencyInjection updated codebase to use shorter bundle names 2011-03-27 06:25:43 -07:00
Exception replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Fixtures Merge remote branch 'digitalkaoz/httpkernel-bundle' 2011-03-09 21:48:37 +01:00
HttpCache [HttpKernel] fixed a test that randomly fails 2011-03-26 12:07:57 +01:00
Profiler [HttpKernel] fixed CS 2011-03-16 15:16:21 +01:00
ClientTest.php Merge remote branch 'symfony/master' into event-manager 2011-03-13 19:15:25 +01:00
HttpKernelTest.php renamed filterCore* to onCore* 2011-03-17 17:01:59 +01:00
KernelTest.php fixed previous commit 2011-03-16 21:39:30 +01:00
Logger.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ResponseListenerTest.php renamed filterCore* to onCore* 2011-03-17 17:01:59 +01:00
TestHttpKernel.php Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again) 2011-03-13 19:49:10 +01:00