Skip to content

Commit

Permalink
fix codestyle #5
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Jun 5, 2014
1 parent c3173a5 commit 56c9ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Test/Case/Model/ElasticsearchDocumentsTest.php
Expand Up @@ -314,7 +314,6 @@ public function testExistsDocument() {
*/
public function testExplainQuery($rawQuery, $explainationExists) {
$explainations = $this->Elasticsearch->explainQuery($this->Elasticsearch->useDbConfig, $rawQuery);
// debug($explainations);
$this->assertSame($explainationExists, (bool)$explainations);
}

Expand Down

0 comments on commit 56c9ef1

Please sign in to comment.