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

testContentTypeGroupFilter() public method

    public function testContentTypeGroupFilter()
    {
        $this->assertSearchResults(array(4, 10, 11, 12, 13, 14, 42, 225, 226), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\ContentTypeGroupId(2), 'limit' => 10))));
    }
HandlerContentTest