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 8c0c011 commit edfbcadCopy full SHA for edfbcad
tests/Unit/Paginator/HybridPartialResultsTest.php
@@ -20,6 +20,11 @@ class HybridPartialResultsTest extends UnitTestHelper
20
public function testToArray()
21
{
22
$transformer = $this->mockElasticaToModelTransformer();
23
+ $transformer
24
+ ->expects($this->once())
25
+ ->method('hybridTransform')
26
+ ->willReturn([])
27
+ ;
28
29
$resultSet = $this->mockResultSet();
30
0 commit comments