Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

frontendUser does nothing #90

Open Nemo64 opened 6 years ago

Nemo64 commented 6 years ago

In functional tests the getFrontendResponse method has an argument $frontendUserId which is passed though the query string. However, if i'm not overlooking something, that is never used anywhere. I tried using it and the request has no authorisation ($GLOBALS['TSFE']->fe_user->user === null).