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

testFieldRelationFilterContainsArrayNotMatch() public method

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