diff --git a/tests/QueryTest.php b/tests/QueryTest.php index 81828961..79ed0e7b 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -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')