test: add tests for the section edit regex
reworked notifications to the test systemNo globals required anymore, somewhat more general approach to sendingdata to the test system. Clean access through keys.
move test page somewhere else to not interfere with other tests
another go at working around the networink troubles at travis #2109
adjusted the tests
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
show more info on failed HTTP requestshopefully this will help with figuring out why our HTTP tests sometimesfail on travis.
some cleanup fpr set_metadata test
added one more test for internal linksjust to be sure, we're not breaking something simple here.
parsertests: replaced var keywords and added type hints
Add tests for array_replace part of set_metadata
response on review
cleaning
extracted functionsadded test coverage
cleaning after better understanding of the surroundings
back slashes in @import
fix tests on windows
added tests for legacy function tpl_get_action()I want to make this function use the new Menu Items, these tests shouldensure I don't break functionality.
Corrected external link syntax, now requires preceding whitespace. Fixes #936.
Corrected internal link pattern to properly handle included square brackets. Fixes #829.
Added support for additional geshi options using an extendable options array.
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
refomatted mail tests to use data provider
1...<<11121314151617181920>>...24