vhs
vhs copied to clipboard
[FIX] fix Security Viewhelper
fix for deprecated property loginUser of TypoScriptFrontendController
If you can, please take care of the failing test. The security VH test case uses stdClass and will now need to use a mock of TypoScriptFrontendController instead, which mocks the isUserOrGroupSet method and has it return either true or false, depending on the test.
If you can, please take care of the failing test. The security VH test case uses
stdClassand will now need to use a mock ofTypoScriptFrontendControllerinstead, which mocks theisUserOrGroupSetmethod and has it return either true or false, depending on the test.
Hi. I looked into the test but i have no clue how to do that.