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

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