Inheritance: extends OpenSkill\Datatable\Versions\Version
 public function testAutomaticContstruction()
 {
     $version = new Datatable19Version($this->request);
     $this->assertNotNull($version->queryParser());
     $this->assertNotNull($version->responseCreator());
     $this->assertNotNull($version->viewCreator());
 }
 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }