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

testFullTextFilter() public method

public testFullTextFilter ( )
    public function testFullTextFilter()
    {
        $this->assertSearchResults(array(193), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\FullText('applied webpage'), 'limit' => 10))));
    }
HandlerLocationTest