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

testFieldRelationFilterContainsSingleNoMatch() public method

    public function testFieldRelationFilterContainsSingleNoMatch()
    {
        $this->assertSearchResults(array(), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\FieldRelation('billboard', Criterion\Operator::CONTAINS, array(4))))));
    }
HandlerContentTest