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

Returns the raw result data
public result ( array $results = [] ) : array
$results array
Результат array
Пример #1
0
 function result($results = array())
 {
     $this->benchmark->mark('Unit Test ' . $this->benchmark_index . ' [ ' . $this->benchmark_title . ' ]_end');
     return parent::result($results);
 }