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

testContentAndCombinatorFilter() public method

    public function testContentAndCombinatorFilter()
    {
        $this->assertSearchResults(array(4), $this->getContentSearchHandler()->findContent(new Query(array('filter' => new Criterion\LogicalAnd(array(new Criterion\ContentId(array(1, 4, 10)), new Criterion\ContentId(array(4, 12)))), 'limit' => 10))));
    }
HandlerContentTest