From 9884aaad318b3cf4c37100ad832e38004f702914 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 20 Mar 2024 13:09:30 +0300 Subject: [PATCH] fix --- tests/QueryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')