fix IP teststo accommodate the change introduced in e6d2a179db8ba3d368f5d453201de9ce41502a4f
add needed type hints for phpunit8This will break a lot of plugin tests, but can't be avoided
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
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
fix content check test casesadd test case new Input checkadd global variables to execute
crlf 2 lf whitespace fixes
add some dependency checks with test skips to fetch tests and tests which use TestResponse::headers
update TestResponse class to return specific headers & status codes (with tests)
extend TestRequest class to test fetch & detail; add a test to check it does
simplified using the TestRequest classYou now can call get() or post() on it and give it all the wantedinput variables
some cleanupremoved unneeded data files, converted tabs to spaces
moved _testing to _test