eZ\Publish\Core\Search\Legacy\Tests\Content\Location\HandlerLocationTest::testFieldRelationFilterInArray PHP Method

testFieldRelationFilterInArray() public method

    public function testFieldRelationFilterInArray()
    {
        $this->assertSearchResults(array(69, 77), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\FieldRelation('billboard', Criterion\Operator::IN, array(60, 64))))));
    }
HandlerLocationTest