We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef299c5 commit 2029abeCopy full SHA for 2029abe
module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php
@@ -79,8 +79,7 @@ public function testNextPrevNavBug()
79
*/
80
public function testDisabled()
81
{
82
- $mockManager
83
- = $this->createMock(\VuFind\Search\Results\PluginManager::class);
+ $mockManager = $this->createMock(\VuFind\Search\Results\PluginManager::class);
84
$mockMemory = $this->createMock(\VuFind\Search\Memory::class);
85
$plugin = new ResultScroller(
86
new Container('test'),
0 commit comments