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

testFieldRelationFilterInArrayNotMatch() public method

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