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

testContentTypeGroupFilter() public method

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