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

testFindSingleWithNonSearchableField() public method

    public function testFindSingleWithNonSearchableField()
    {
        $locator = $this->getContentSearchHandler();
        $locator->findSingle(new Criterion\Field('tag_cloud_url', Criterion\Operator::EQ, 'http://nimbus.com'));
    }
HandlerContentTest