lithium\test\Report::collect()
Collects Results from the test filters and aggregates them.
Parameters
- 
							string
							
$classClassname of the filter for which to aggregate results.
 - 
							array
							
$resultsArray of the filter results for later analysis by the filter itself.
 
Returns
voidSource
	public function collect($class, $results) {
		$this->results['filters'][$class][] = $results;
	}