Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | trait TAbstractTestSuiteBody |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * Runs the tests and collects their result in a TestResult. |
||
21 | * |
||
22 | * @param TestResult $result Test result. |
||
23 | * |
||
24 | * @return TestResult |
||
25 | */ |
||
26 | public function runCompat($result = null) |
||
27 | { |
||
28 | return parent::run($result); |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * Template Method that is called after the tests |
||
33 | * of this test suite have finished running. |
||
34 | */ |
||
35 | protected function tearDownCompat() |
||
37 | |||
38 | } |
||
41 |
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