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

testContentIdFilterIn() public method

    public function testContentIdFilterIn()
    {
        $this->assertSearchResults(array(225, 226, 227), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\ContentId(array(223, 224, 225))))));
    }
HandlerLocationTest