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

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

    public function testSetSortModeWithNonRelevanceSortWithoutExpressionShouldThrowException()
    {
        $sphinx = new SphinxClient();
        $sphinx->setSortMode(SphinxClient::SPH_SORT_EXPR);
    }
SphinxClientTest