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