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/Templating/Helper
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
..
Fixtures change explode's limit parameter based on known variable content 2011-12-11 21:58:35 +01:00
Resources fixed CS 2011-06-23 13:39:36 +02:00
CodeHelperTest.php [FrameworkBundle] fixed unescaped file_link_format parameter in CodeHelper that made the functional tests fail when checking a 4xx page. The generated file link format used in an HTML stack trace didn't contain an escaped ampersand (&) character. The resulting HTML code was not validable against its DTD and so the Crawler made the tests fail when checking a 4xx page. 2011-12-01 10:53:50 +01:00
FormHelperDivLayoutTest.php [FrameworkBundle] added $view['form']->csrfToken() helper 2012-01-10 05:18:23 -08:00
FormHelperTableLayoutTest.php [FrameworkBundle] added $view['form']->csrfToken() helper 2012-01-10 05:18:23 -08:00
RequestHelperTest.php moved management of the locale from the Session class to the Request class 2011-10-08 18:34:49 +02:00
SessionHelperTest.php [HttpFoundation] Refactor for DRY code. 2012-02-11 11:24:11 +05:45