Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent 4aea790 commit 9884aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public function testFacets()
$connection = $this->getConnection();

$sphinxVersion = $connection->createCommand("SHOW GLOBAL VARIABLES LIKE 'version'")->queryOne()['Value'];

var_dump($sphinxVersion);
$query = new Query();
$results = $query->from('yii2_test_article_index')
->match('about')
Expand Down

0 comments on commit 9884aaa

Please sign in to comment.