Skip to content

Commit

Permalink
[BUGFIX] Remove getControllerContext from UnitTests
Browse files Browse the repository at this point in the history
Remove getControllerContenxt from onlyMethods call
in SearchFormViewHelperTest

Relates: #3376
  • Loading branch information
froemken authored and dkd-kaehm committed May 15, 2023
1 parent a1122ba commit 35e7b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Unit/ViewHelpers/SearchFormViewHelperTest.php
Expand Up @@ -45,7 +45,6 @@ protected function setUp(): void
]
)
->onlyMethods([
'getControllerContext',
'getTypoScriptConfiguration',
'getTemplateVariableContainer',
'getSearchResultSet',
Expand Down

0 comments on commit 35e7b16

Please sign in to comment.