eZ\Publish\Core\Search\Legacy\Tests\Content\Location\HandlerLocationTest::testParentLocationIdFilter PHP Метод

testParentLocationIdFilter() публичный Метод

    public function testParentLocationIdFilter()
    {
        $this->assertSearchResults(array(12, 13, 14, 44, 227), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\ParentLocationId(5), 'limit' => 10))));
    }
HandlerLocationTest