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

testFieldFilter() public method

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