public function testAllowsEmptyConstructor()
 {
     $model = new Html2PdfModel();
     $this->assertInstanceOf('Zend\\View\\Variables', $model->getVariables());
     $this->assertEquals([], $model->getOptions());
 }