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

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

    public function testFindContentWithNonSearchableField()
    {
        $locator = $this->getContentSearchHandler();
        $locator->findContent(new Query(array('filter' => new Criterion\Field('tag_cloud_url', Criterion\Operator::EQ, 'http://nimbus.com'), 'sortClauses' => array(new SortClause\ContentId()))));
    }
HandlerContentTest