eZ\Publish\Core\Search\Legacy\Tests\Content\Location\HandlerLocationTest::testFullTextFilterInvalidStopwordThreshold PHP Method

testFullTextFilterInvalidStopwordThreshold() public method

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