Skip to content

Commit

Permalink
tmp var_dump to see travis results
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 20, 2015
1 parent 435c724 commit 6a72343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/Elastica/Test/Query/FunctionScoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public function testRandomScore()
$response = $this->type->search($query);
$results = $response->getResults();

var_dump($results);
// the document with the random score should have a score > 1, means it is the first result
$result0 = $results[0]->getData();

Expand Down

0 comments on commit 6a72343

Please sign in to comment.