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

testFullTextFilter() public method

public testFullTextFilter ( )
    public function testFullTextFilter()
    {
        $this->assertSearchResults(array(191), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\FullText('applied webpage'), 'limit' => 10))));
    }
HandlerContentTest