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

testFieldFilterIn() public method

public testFieldFilterIn ( )
    public function testFieldFilterIn()
    {
        $this->assertSearchResults(array(12, 44), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\Field('name', Criterion\Operator::IN, array('members', 'anonymous users')), 'limit' => 10))));
    }
HandlerLocationTest