lithium\test\Filter::analyze()
Analyzes the results of a test run and returns the result of the analysis.
Parameters
-
object
$report
The report instance running this filter and aggregating results
-
array
$options
Returns
arrayThe results of the analysis.
Source
public static function analyze($report, array $options = []) {
return $report->results['filters'][get_called_class()];
}