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

testLocationIdFilter() public method

    public function testLocationIdFilter()
    {
        $this->assertSearchResults(array(4, 65), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\LocationId(array(1, 2, 5)), 'limit' => 10))));
    }
HandlerContentTest