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/Bundle/FrameworkBundle/Tests
Drak f98f9ae8ff [HttpFoundation] Refactor for DRY code.
Rename ArraySessionStorage to make it clear the session is a mock for testing purposes only.
Has BC class for ArraySessionStorage
Added sanity check when starting the session.
Fixed typos and incorrect php extension test method
session_module_name() also sets session.save_handler, so must use extension_loaded() to check if module exist
or not.
Respect autostart settings.
2012-02-11 11:24:11 +05:45
..
CacheWarmer -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
Command [FrameworkBundle] removed obsolete file 2010-09-24 16:34:03 +02:00
Controller [FrameworkBundle] Use only _route_params to generate redirect routes 2012-01-09 21:29:20 +01:00
Debug TraceableEventDispatcher test for Closures 2011-11-28 21:07:11 -08:00
DependencyInjection [FrameworkBundle] Refactored code for changes to HttpFoundation component. 2012-02-11 11:21:26 +05:45
EventListener moved LocaleListener and RouterListener to the HttpKernel component 2011-10-10 13:03:55 +02:00
Fixtures Allow syntax like `{% render "AcmeDemoBundle:Frontend/Default:index" %}` 2011-10-18 16:38:10 +02:00
Functional [FrameworkBundle] Refactored code for changes to HttpFoundation component. 2012-02-11 11:21:26 +05:45
Routing [FrameworkBundle] added sc parameters replacement in route requirements 2011-09-14 09:19:55 +02:00
Templating [HttpFoundation] Refactor for DRY code. 2012-02-11 11:24:11 +05:45
Translation [CS] Fix usage of assertCount 2012-01-18 14:42:47 +01:00
Validator replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ContainerAwareEventDispatcherTest.php [CS] Fix usage of assertCount 2012-01-18 14:42:47 +01:00
HttpKernelTest.php Revert "[FrameworkBundle] removed the possibility to pass a non-scalar attributes when calling render() to make the call works with or without a reverse proxy (closes #2941)" 2012-01-23 09:41:28 +01:00
TestCase.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00