Skip to content

Commit

Permalink
Oops. Restore original signature
Browse files Browse the repository at this point in the history
  • Loading branch information
im-denisenko committed Feb 11, 2015
1 parent c5bc1eb commit a03fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/Elastica/Test/PercolatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function testPercolateExistingDocWithAdditionalRequestBodyOptions()

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

$mapping = new Type\Mapping($type,
Expand Down

0 comments on commit a03fff2

Please sign in to comment.