Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 4584993

Browse files
committed
Fix failing tests
1 parent c9de805 commit 4584993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ElasticEngineTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ public function testCount()
236236
],
237237
],
238238
],
239+
])
240+
->andReturn([
241+
'count' => 1,
239242
]);
240243

241244
$model = $this->mockModel();

0 commit comments

Comments
 (0)