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

testContentTypeIdFilter() public method

    public function testContentTypeIdFilter()
    {
        $this->assertSearchResults(array(15, 45, 228), $this->getContentSearchHandler()->findLocations(new LocationQuery(array('filter' => new Criterion\ContentTypeId(4), 'limit' => 10))));
    }
HandlerLocationTest