Skip to content

Commit edfbcad

Browse files
committed
Fix tests
1 parent 8c0c011 commit edfbcad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Unit/Paginator/HybridPartialResultsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ class HybridPartialResultsTest extends UnitTestHelper
2020
public function testToArray()
2121
{
2222
$transformer = $this->mockElasticaToModelTransformer();
23+
$transformer
24+
->expects($this->once())
25+
->method('hybridTransform')
26+
->willReturn([])
27+
;
2328

2429
$resultSet = $this->mockResultSet();
2530

0 commit comments

Comments
 (0)