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

testLocationIdAndCombinatorFilter() public method

    public function testLocationIdAndCombinatorFilter()
    {
        $this->assertSearchResults(array(13), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\LogicalAnd(array(new Criterion\LocationId(array(4, 12, 13)), new Criterion\LocationId(array(13, 44)))), 'limit' => 10))));
    }
HandlerLocationTest