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

testContentDepthFilterEq() public method

    public function testContentDepthFilterEq()
    {
        $this->assertSearchResults(array(2, 5, 43, 48, 58), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\Location\Depth(Criterion\Operator::EQ, 1), 'limit' => 10))));
    }
HandlerLocationTest