eZ\Publish\Core\MVC\Symfony\Matcher\Tests\Block\Id\ZoneTest::generateBlockForZoneId PHP Method

generateBlockForZoneId() private method

private generateBlockForZoneId ( $id ) : Block
$id
return eZ\Publish\Core\FieldType\Page\Parts\Block
    private function generateBlockForZoneId($id)
    {
        return new Block(array('zoneId' => $id));
    }