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
2012-03-15 11:55:52 +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] Allow flash messages to have multiple messages per type. 2012-03-15 11:55:52 +05:45