lithium\test\Filter::apply()
Takes an instance of an object (usually a Collection object) containing test instances. Allows for preparing tests before they are run.
Parameters
-
object
$reportInstance of Report which is calling apply.
-
array
$testsThe test to apply this filter on
-
array
$optionsOptions for how this filter should be applied.
Returns
objectReturns the instance of $tests.
Source
public static function apply($report, $tests, array $options = []) {}