Skip to content

Commit 28c5055

Browse files
authored
Reset method should return void
1 parent ce20024 commit 28c5055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/DataCollector/ElasticaDataCollectorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public function testReset()
115115
$loggerMock = $this->createMock(ElasticaLogger::class);
116116
$loggerMock->expects($this->once())
117117
->method('reset')
118-
->willReturn('foo')
119118
;
120119

121120
$elasticaDataCollector = new ElasticaDataCollector($loggerMock);

0 commit comments

Comments
 (0)