lithium\test\Filter::apply()

public static method

Takes an instance of an object (usually a Collection object) containing test instances. Allows for preparing tests before they are run.

Parameters

  • object $report

    Instance of Report which is calling apply.

  • array $tests

    The test to apply this filter on

  • array $options

    Options for how this filter should be applied.

Returns

object

Returns the instance of $tests.

Source

	public static function apply($report, $tests, array $options = []) {}