Skip to content

Commit a03fff2

Browse files
committed
Oops. Restore original signature
1 parent c5bc1eb commit a03fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/Elastica/Test/PercolatorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function testPercolateExistingDocWithAdditionalRequestBodyOptions()
286286

287287
protected function _createIndex($name = null, $delete = true, $shards = 1)
288288
{
289-
$index = parent::_createIndex();
289+
$index = parent::_createIndex($name, $delete, $shards);
290290
$type = $index->getType('.percolator');
291291

292292
$mapping = new Type\Mapping($type,

0 commit comments

Comments
 (0)