Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
27 | trait TAbstractTestSuiteBody |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * Runs the tests and collects their result in a TestResult. |
||
32 | * |
||
33 | * @param TestResult $result Test result. |
||
34 | * |
||
35 | * @return TestResult |
||
36 | */ |
||
37 | public function runCompat($result = null) |
||
38 | { |
||
39 | return parent::run($result); |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Template Method that is called after the tests |
||
44 | * of this test suite have finished running. |
||
45 | */ |
||
46 | protected function tearDownCompat() |
||
48 | |||
49 | } |
||
60 |
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