vhs icon indicating copy to clipboard operation
vhs copied to clipboard

[FIX] fix Security Viewhelper

Open samowitsch opened this issue 5 years ago • 2 comments

fix for deprecated property loginUser of TypoScriptFrontendController

samowitsch avatar Feb 26 '20 15:02 samowitsch

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.

NamelessCoder avatar Mar 02 '20 10:03 NamelessCoder

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.

Hi. I looked into the test but i have no clue how to do that.

samowitsch avatar Mar 03 '20 10:03 samowitsch