Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function invokeTest() |
||
31 | { |
||
32 | $testResult = new TestResult('SQL', 'Overall health'); |
||
33 | |||
34 | $input = array( |
||
35 | 'host' => $this->host, |
||
36 | ); |
||
37 | $testData = new TestData($input); |
||
38 | new TestCase\Store\Sql($testData); |
||
|
|||
39 | |||
40 | $sqlResult = $test->getTestResult(); |
||
41 | $this->addTestResult($sqlResult); |
||
42 | |||
43 | $state = $this->calculateState(); |
||
44 | $testResult->setState($state); |
||
45 | $this->setTestResult($testResult); |
||
46 | } |
||
48 |
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