Collects Results from the test filters and aggregates them.

Parameters

  • string $class Classname of the filter for which to aggregate results.
  • array $results Array of the filter results for later analysis by the filter itself.

Returns

void

Source

						public function collect($class, $results) {
		$this->results['filters'][$class][] = $results;
	}