Sphinx\Tests\SphinxClientTest::testSetRankingModeWithExpressionRankerWithoutExpressionShouldThrowException PHP Метод

testSetRankingModeWithExpressionRankerWithoutExpressionShouldThrowException() публичный Метод

    public function testSetRankingModeWithExpressionRankerWithoutExpressionShouldThrowException()
    {
        $sphinx = new SphinxClient();
        $sphinx->setRankingMode(SphinxClient::SPH_RANK_EXPR);
    }
SphinxClientTest