eZ\Publish\Core\Search\Legacy\Tests\Content\HandlerContentTest::testFullTextFilterInvalidStopwordThreshold PHP Метод

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

    public function testFullTextFilterInvalidStopwordThreshold()
    {
        $this->getContentSearchHandler(array('stopWordThresholdFactor' => 2));
    }
HandlerContentTest