Property | Type | Description | |
---|---|---|---|
$_cachedDepends |
Method | Description | |
---|---|---|
analyze ( object $report, array $options = [] ) : array | Analyzes the results of a test run and returns the result of the analysis. | |
apply ( object $report, array $tests, array $options = [] ) : object | Takes an instance of an object (usually a Collection object) containing test instances. Adds affected tests to the test collection. |
Method | Description | |
---|---|---|
_affected ( string $dependency, string $exclude = null ) : array | Returns all classes directly depending on a given class. |