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

testFindSingleTooMany() public method

    public function testFindSingleTooMany()
    {
        $locator = $this->getContentSearchHandler();
        $locator->findSingle(new Criterion\ContentId(array(4, 10, 12, 23)));
    }
HandlerContentTest