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

testParentLocationIdFilter() public method

    public function testParentLocationIdFilter()
    {
        $this->assertSearchResults(array(4, 41, 45, 56, 65), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\ParentLocationId(array(1)), 'limit' => 10))));
    }
HandlerContentTest