| Total Complexity | 8 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 15 | class UtilityTest extends Unit |
||
| 16 | { |
||
| 17 | public function testGetInstance(): void |
||
| 18 | { |
||
| 19 | } |
||
| 20 | |||
| 21 | public function testGetModuleOption(): void |
||
| 23 | } |
||
| 24 | |||
| 25 | public function testGetWysiwygForm(): void |
||
| 26 | { |
||
| 27 | } |
||
| 28 | |||
| 29 | public function testJavascriptLinkConfirm(): void |
||
| 30 | { |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testRedirect(): void |
||
| 35 | } |
||
| 36 | |||
| 37 | public function testGetModuleName(): void |
||
| 38 | { |
||
| 39 | } |
||
| 40 | |||
| 41 | public function testNeedsAsterisk(): void |
||
| 43 | } |
||
| 44 | |||
| 45 | public function testFormMarkRequiredFields(): void |
||
| 47 | } |
||
| 48 | } |
||
| 49 |
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