Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | abstract class AbstractTestSuite extends TestSuite |
||
21 | { |
||
22 | |||
23 | use TAbstractTestSuiteBody; |
||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | public function run(\PHPUnit_Framework_TestResult $result = null) |
||
29 | { |
||
30 | return $this->runCompat($result); |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @inheritDoc |
||
35 | */ |
||
36 | protected function tearDown() |
||
39 | } |
||
40 | |||
70 |
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