Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Mar 13, 2014
1 parent 31be0d1 commit 6082b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Sokil/SphinxSearch/SingleQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ public function testWhereAttribute()
{
$value = 2;

$resultSet = $this->_queryFactory->find()
$resultSet = $this->_queryFactory
->find()
->in('idx_posts')
->match('if')
->whereAttribute('user_id', $value)
->fetch();
Expand Down

0 comments on commit 6082b08

Please sign in to comment.