Skip to content

Commit 2029abe

Browse files
authored
Unwrap line.
1 parent ef299c5 commit 2029abe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

module/VuFind/tests/unit-tests/src/VuFindTest/Controller/Plugin/ResultScrollerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ public function testNextPrevNavBug()
7979
*/
8080
public function testDisabled()
8181
{
82-
$mockManager
83-
= $this->createMock(\VuFind\Search\Results\PluginManager::class);
82+
$mockManager = $this->createMock(\VuFind\Search\Results\PluginManager::class);
8483
$mockMemory = $this->createMock(\VuFind\Search\Memory::class);
8584
$plugin = new ResultScroller(
8685
new Container('test'),

0 commit comments

Comments
 (0)