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

testContentDepthFilterBetween() public method

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