Total Complexity | 7 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class NOSQLTest extends TestCase { |
||
13 | |||
14 | public function testConnection() { |
||
15 | // TODO |
||
16 | } |
||
17 | |||
18 | public function testGenerate() { |
||
19 | // TODO |
||
20 | } |
||
21 | |||
22 | public function testInsert() { |
||
23 | // TODO |
||
24 | } |
||
25 | |||
26 | public function testUpdate() { |
||
27 | // TODO |
||
28 | } |
||
29 | |||
30 | public function testDelete() { |
||
31 | // TODO |
||
32 | } |
||
33 | |||
34 | public function testBulkInsert() { |
||
35 | // TODO |
||
36 | } |
||
37 | |||
38 | public function testForms() { |
||
39 | // TODO |
||
40 | } |
||
41 | } |
||
42 |
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