engelsystem/tests/Unit/Renderer/Twig/Extensions
Tobias Wiese 9db8773150 markdown: let Parsedown escape content
Letting Parsedown escape the content, instead of calling
htmlspecialchars provides more context to the escape process.
For example the ampersand character can now be used in markdown links as
part of the url without breaking.
2022-01-01 16:33:40 +01:00
..
AssetsTest.php Fixed test coverage and naming 2021-08-17 15:22:22 +02:00
AuthenticationTest.php Added user related factories 2021-08-08 18:31:33 +02:00
ConfigTest.php Added Twig template functions 2018-08-29 23:46:31 +02:00
CsrfTest.php Tests: Replaced setMethods as it is deprecated 2019-11-06 12:29:58 +01:00
DevelopTest.php Logger: Added handling for exceptions and log exceptions if they occur 2020-05-01 20:52:15 +02:00
ExtensionTest.php Added user related factories 2021-08-08 18:31:33 +02:00
GlobalsTest.php Fixed test coverage and naming 2021-08-17 15:22:22 +02:00
LegacyTest.php Show normal login page after registration, added msg() template function 2019-10-08 15:28:23 +02:00
MarkdownTest.php markdown: let Parsedown escape content 2022-01-01 16:33:40 +01:00
SessionTest.php Redirect back from login after 403 (Not authorized) 2021-10-23 17:13:46 +02:00
TranslationTest.php Removed not used {trans} twig token 2019-11-29 16:56:44 +01:00
UrlTest.php Added Twig template functions 2018-08-29 23:46:31 +02:00