lithium\test\Filter::apply PHP Метод

apply() публичный статический Метод

Takes an instance of an object (usually a Collection object) containing test instances. Allows for preparing tests before they are run.
public static apply ( object $report, array $tests, array $options = [] ) : object
$report object Instance of Report which is calling apply.
$tests array The test to apply this filter on
$options array Options for how this filter should be applied.
Результат object Returns the instance of `$tests`.
    public static function apply($report, $tests, array $options = array())
    {
    }