Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
25 | trait TAbstractTestSuiteBody |
||
26 | { |
||
27 | |||
28 | /** |
||
29 | * Runs the tests and collects their result in a TestResult. |
||
30 | * |
||
31 | * @param TestResult $result Test result. |
||
32 | * |
||
33 | * @return TestResult |
||
34 | */ |
||
35 | public function runCompat($result = null) |
||
36 | { |
||
37 | return parent::run($result); |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * Template Method that is called after the tests |
||
42 | * of this test suite have finished running. |
||
43 | */ |
||
44 | protected function tearDownCompat() |
||
46 | |||
47 | } |
||
58 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths