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

testSectionFilter() public method

public testSectionFilter ( )
    public function testSectionFilter()
    {
        $this->assertSearchResults(array(5, 12, 13, 14, 15, 44, 45, 228), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\SectionId(array(2)), 'limit' => 10))));
    }
HandlerLocationTest