tableView() публичный Метод

public tableView ( ) : string
Результат string The name of the view that this version should use fot the table.
 public function testViewString()
 {
     $this->assertNotNull($this->version->tableView());
     $this->assertNotNull($this->version->scriptView());
 }